| Methods in org.jivesoftware.smackx.muc that return types with arguments of type Affiliate |
java.util.Collection<Affiliate> |
MultiUserChat.getAdmins()
Returns a collection of Affiliate with the room administrators. |
java.util.Collection<Affiliate> |
MultiUserChat.getMembers()
Returns a collection of Affiliate with the room members. |
java.util.Collection<Affiliate> |
MultiUserChat.getOutcasts()
Returns a collection of Affiliate with the room outcasts. |
java.util.Collection<Affiliate> |
MultiUserChat.getOwners()
Returns a collection of Affiliate with the room owners. |