Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.
|
Modifier and Type | Method and Description |
---|---|
Occupant |
MultiUserChat.getOccupant(EntityFullJid user)
Returns the Occupant information for a particular occupant, or null if the
user is not in the room.
|
Modifier and Type | Method and Description |
---|---|
List<Occupant> |
MultiUserChat.getModerators()
Returns a list of
Occupant with the room moderators. |
List<Occupant> |
MultiUserChat.getParticipants()
Returns a list of
Occupant with the room participants. |