Uses of Class
rocks.xmpp.extensions.muc.Occupant
-
Packages that use Occupant Package Description rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat. -
-
Uses of Occupant in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc that return Occupant Modifier and Type Method Description Occupant
ChatRoom. getOccupant(String nickname)
Gets an occupant by nickname.Occupant
OccupantEvent. getOccupant()
Gets the occupant.Methods in rocks.xmpp.extensions.muc that return types with arguments of type Occupant Modifier and Type Method Description Collection<Occupant>
ChatRoom. getOccupants()
Gets the occupants, while being in the room.Methods in rocks.xmpp.extensions.muc with parameters of type Occupant Modifier and Type Method Description int
Occupant. compareTo(Occupant o)
Compares this occupant with another occupant.
-