Uses of Class
rocks.xmpp.core.stanza.model.ExtensibleStanza
-
Packages that use ExtensibleStanza Package Description rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stanza.model.client rocks.xmpp.core.stanza.model.server rocks.xmpp.extensions.component.accept.model Provides XML schema implementations of XEP-0050: Ad-Hoc Commands. -
-
Uses of ExtensibleStanza in rocks.xmpp.core.stanza.model
Subclasses of ExtensibleStanza in rocks.xmpp.core.stanza.model Modifier and Type Class Description classMessageThe implementation of the<message/>element.classPresenceThe implementation of the<presence/>element. -
Uses of ExtensibleStanza in rocks.xmpp.core.stanza.model.client
Subclasses of ExtensibleStanza in rocks.xmpp.core.stanza.model.client Modifier and Type Class Description classClientMessageThe implementation of the<message/>element in thejabber:clientnamespace.classClientPresenceThe implementation of the<presence/>element in thejabber:clientnamespace. -
Uses of ExtensibleStanza in rocks.xmpp.core.stanza.model.server
Subclasses of ExtensibleStanza in rocks.xmpp.core.stanza.model.server Modifier and Type Class Description classServerMessageThe implementation of the<message/>element in thejabber:servernamespace.classServerPresenceThe implementation of the<presence/>element in thejabber:servernamespace. -
Uses of ExtensibleStanza in rocks.xmpp.extensions.component.accept.model
Subclasses of ExtensibleStanza in rocks.xmpp.extensions.component.accept.model Modifier and Type Class Description classComponentMessageThe implementation of the<message/>element in thejabber:component:acceptnamespace.classComponentPresenceThe implementation of the<presence/>element in thejabber:component:acceptnamespace.
-