Uses of Interface
rocks.xmpp.core.LanguageElement
-
-
Uses of LanguageElement in rocks.xmpp.core
Classes in rocks.xmpp.core that implement LanguageElement Modifier and Type Class Description class
Text
A common text element which is used by multiple elements and namespaces in XMPP. -
Uses of LanguageElement in rocks.xmpp.core.session.model
Subinterfaces of LanguageElement in rocks.xmpp.core.session.model Modifier and Type Interface Description interface
SessionOpen
This interface describes the common attributes for opening a XMPP session. -
Uses of LanguageElement in rocks.xmpp.core.stanza.model
Classes in rocks.xmpp.core.stanza.model that implement LanguageElement Modifier and Type Class Description class
ExtensibleStanza
A stanza which is extensible (can have more than one extension), i.e.class
IQ
The implementation of the<iq/>
stanza.class
Message
The implementation of the<message/>
element.class
Presence
The implementation of the<presence/>
element.class
Stanza
The abstract base class for a XML stanza.class
StanzaError
The implementation of a stanza's<error/>
element. -
Uses of LanguageElement in rocks.xmpp.core.stanza.model.client
Classes in rocks.xmpp.core.stanza.model.client that implement LanguageElement Modifier and Type Class Description class
ClientIQ
The implementation of the<iq/>
element in thejabber:client
namespace.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 LanguageElement in rocks.xmpp.core.stanza.model.server
Classes in rocks.xmpp.core.stanza.model.server that implement LanguageElement Modifier and Type Class Description class
ServerIQ
The implementation of the<iq/>
element in thejabber:server
namespace.class
ServerMessage
The implementation of the<message/>
element in thejabber:server
namespace.class
ServerPresence
The implementation of the<presence/>
element in thejabber:server
namespace.class
ServerStanzaError
A stanza error explicitly bound to thejabber:server
namespace. -
Uses of LanguageElement in rocks.xmpp.core.stream.model
Classes in rocks.xmpp.core.stream.model that implement LanguageElement Modifier and Type Class Description class
StreamError
The implementation of the<stream:error/>
element.class
StreamHeader
Represents the XMPP stream header. -
Uses of LanguageElement in rocks.xmpp.extensions.commands.model
Classes in rocks.xmpp.extensions.commands.model that implement LanguageElement Modifier and Type Class Description class
Command
The implementation of the<command/>
element in thehttp://jabber.org/protocol/commands
namespace. -
Uses of LanguageElement in rocks.xmpp.extensions.component.accept.model
Classes in rocks.xmpp.extensions.component.accept.model that implement LanguageElement Modifier and Type Class Description class
ComponentIQ
The implementation of the<iq/>
element in thejabber:component:accept
namespace.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. -
Uses of LanguageElement in rocks.xmpp.extensions.disco.model.info
Classes in rocks.xmpp.extensions.disco.model.info that implement LanguageElement Modifier and Type Class Description class
Identity
Represents an identity of an XMPP entity.class
InfoDiscovery
The implementation of the<query/>
element in thehttp://jabber.org/protocol/disco#info
namespace. -
Uses of LanguageElement in rocks.xmpp.extensions.geoloc.model
Classes in rocks.xmpp.extensions.geoloc.model that implement LanguageElement Modifier and Type Class Description class
GeoLocation
The implementation of the<geoloc/>
element in thehttp://jabber.org/protocol/geoloc
namespace. -
Uses of LanguageElement in rocks.xmpp.extensions.httpbind.model
Classes in rocks.xmpp.extensions.httpbind.model that implement LanguageElement Modifier and Type Class Description class
Body
The implementation of the<body/>
element in thehttp://jabber.org/protocol/httpbind
namespace. -
Uses of LanguageElement in rocks.xmpp.extensions.reach.model
Classes in rocks.xmpp.extensions.reach.model that implement LanguageElement Modifier and Type Class Description static class
Address.Description
The description of the address. -
Uses of LanguageElement in rocks.xmpp.websocket.model
Classes in rocks.xmpp.websocket.model that implement LanguageElement Modifier and Type Class Description class
Close
The implementation of the<close/>
element in theurn:ietf:params:xml:ns:xmpp-framing
namespace.class
Open
The implementation of the<open/>
element in theurn:ietf:params:xml:ns:xmpp-framing
namespace.
-