Uses of Class
org.xmpp.packet.Presence
-
Packages that use Presence Package Description org.xmpp.component org.xmpp.muc org.xmpp.packet -
-
Uses of Presence in org.xmpp.component
Methods in org.xmpp.component with parameters of type Presence Modifier and Type Method Description protected voidAbstractComponent. handlePresence(Presence presence)Override this method to handle the Presence stanzas that are received by the component. -
Uses of Presence in org.xmpp.muc
Subclasses of Presence in org.xmpp.muc Modifier and Type Class Description classJoinRoomInitial presence sent when joining an existing room or creating a new room.classLeaveRoomInitial presence sent when joining an existing room or creating a new room. -
Uses of Presence in org.xmpp.packet
Methods in org.xmpp.packet that return Presence Modifier and Type Method Description PresencePresence. createCopy()Returns a deep copy of this Presence.
-