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

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

Uses of Occupant in org.jivesoftware.smackx.muc
 

Methods in org.jivesoftware.smackx.muc that return Occupant
 Occupant MultiUserChat.getOccupant(java.lang.String user)
          Returns the Occupant information for a particular occupant, or null if the user is not in the room.
 

Methods in org.jivesoftware.smackx.muc that return types with arguments of type Occupant
 java.util.Collection<Occupant> MultiUserChat.getModerators()
          Returns a collection of Occupant with the room moderators.
 java.util.Collection<Occupant> MultiUserChat.getParticipants()
          Returns a collection of Occupant with the room participants.