Uses of Class
org.jivesoftware.smackx.muc.Affiliate

Packages that use Affiliate
org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC). 
 

Uses of Affiliate in org.jivesoftware.smackx.muc
 

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.