Uses of Class
org.jivesoftware.smackx.muc.Occupant
-
Packages that use Occupant Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of Occupant in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return Occupant Modifier and Type Method Description Occupant
MultiUserChat. 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 Occupant Modifier and Type Method Description List<Occupant>
MultiUserChat. getModerators()
Returns a list ofOccupant
with the room moderators.List<Occupant>
MultiUserChat. getParticipants()
Returns a list ofOccupant
with the room participants.
-