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 |
---|---|
List<Affiliate> |
MultiUserChat.getAdmins()
Returns a list of
Affiliate with the room administrators. |
List<Affiliate> |
MultiUserChat.getMembers()
Returns a list of
Affiliate with the room members. |
List<Affiliate> |
MultiUserChat.getOutcasts()
Returns a list of
Affiliate with the room outcasts. |
List<Affiliate> |
MultiUserChat.getOwners()
Returns a list of
Affiliate with the room owners. |