Uses of Class
org.jivesoftware.smackx.muc.Affiliate
-
Packages that use Affiliate Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of Affiliate in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return types with arguments of type Affiliate Modifier and Type Method Description java.util.List<Affiliate>
MultiUserChat. getAdmins()
Returns a list ofAffiliate
with the room administrators.java.util.List<Affiliate>
MultiUserChat. getMembers()
Returns a list ofAffiliate
with the room members.java.util.List<Affiliate>
MultiUserChat. getOutcasts()
Returns a list ofAffiliate
with the room outcasts.java.util.List<Affiliate>
MultiUserChat. getOwners()
Returns a list ofAffiliate
with the room owners.
-