Uses of Class
org.jivesoftware.smackx.muc.Occupant
Packages that use Occupant
-
Uses of Occupant in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return OccupantModifier and TypeMethodDescriptionMultiUserChat.getOccupant
(EntityFullJid user) Returns the Occupant information for a particular occupant, ornull
if the user is not in the room.Methods in org.jivesoftware.smackx.muc that return types with arguments of type OccupantModifier and TypeMethodDescriptionMultiUserChat.getModerators()
Returns a list ofOccupant
with the room moderators.MultiUserChat.getParticipants()
Returns a list ofOccupant
with the room participants.