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 class
Message
The implementation of the<message/>
element.class
Presence
The 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 class
ClientMessage
The implementation of the<message/>
element in thejabber:client
namespace.class
ClientPresence
The implementation of the<presence/>
element in thejabber:client
namespace. -
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 class
ServerMessage
The implementation of the<message/>
element in thejabber:server
namespace.class
ServerPresence
The implementation of the<presence/>
element in thejabber:server
namespace. -
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 class
ComponentMessage
The implementation of the<message/>
element in thejabber:component:accept
namespace.class
ComponentPresence
The implementation of the<presence/>
element in thejabber:component:accept
namespace.
-