Uses of Class
rocks.xmpp.core.stanza.model.Presence
-
Packages that use Presence Package Description rocks.xmpp.core.stanza Provides classes for XML stanza management (message, presence, IQ).rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stanza.model.client rocks.xmpp.core.stanza.model.server -
-
Uses of Presence in rocks.xmpp.core.stanza
Methods in rocks.xmpp.core.stanza that return Presence Modifier and Type Method Description PresencePresenceEvent. getPresence()Gets the presence.Constructors in rocks.xmpp.core.stanza with parameters of type Presence Constructor Description PresenceEvent(Object source, Presence presence, boolean inbound)Constructs a presence event. -
Uses of Presence in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return Presence Modifier and Type Method Description PresencePresence. createError(Condition condition)PresencePresence. createError(StanzaError error)Methods in rocks.xmpp.core.stanza.model with parameters of type Presence Modifier and Type Method Description intPresence. compareTo(Presence o) -
Uses of Presence in rocks.xmpp.core.stanza.model.client
Subclasses of Presence in rocks.xmpp.core.stanza.model.client Modifier and Type Class Description classClientPresenceThe implementation of the<presence/>element in thejabber:clientnamespace.Methods in rocks.xmpp.core.stanza.model.client with parameters of type Presence Modifier and Type Method Description static ClientPresenceClientPresence. from(Presence p)Creates a presence for thejabber:clientnamespace from a generic presence. -
Uses of Presence in rocks.xmpp.core.stanza.model.server
Subclasses of Presence in rocks.xmpp.core.stanza.model.server Modifier and Type Class Description classServerPresenceThe implementation of the<presence/>element in thejabber:servernamespace.Methods in rocks.xmpp.core.stanza.model.server with parameters of type Presence Modifier and Type Method Description static ServerPresenceServerPresence. from(Presence p)Creates a presence for thejabber:servernamespace from a generic presence.
-