Uses of Interface
rocks.xmpp.core.LanguageElement
-
Packages that use LanguageElement Package Description rocks.xmpp.core Provides classes for core XMPP functionality.rocks.xmpp.core.session.model Provides XML schema implementations of the Session Establishment namespace.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.core.stream.model Provides XML schema implementations of the Stream Namespace, like Stream Features.rocks.xmpp.extensions.disco.model.info Provides XML schema implementations of XEP-0030: Service Discovery (#info).rocks.xmpp.extensions.httpbind.model Provides XML schema implementations of XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH. -
-
Uses of LanguageElement in rocks.xmpp.core
Classes in rocks.xmpp.core that implement LanguageElement Modifier and Type Class Description classTextA 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 interfaceSessionOpenThis 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 classExtensibleStanzaA stanza which is extensible (can have more than one extension), i.e.classIQThe implementation of the<iq/>stanza.classMessageThe implementation of the<message/>element.classPresenceThe implementation of the<presence/>element.classStanzaThe abstract base class for a XML stanza.classStanzaErrorThe 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 classClientIQThe implementation of the<iq/>element in thejabber:clientnamespace.classClientMessageThe implementation of the<message/>element in thejabber:clientnamespace.classClientPresenceThe implementation of the<presence/>element in thejabber:clientnamespace. -
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 classServerIQThe implementation of the<iq/>element in thejabber:servernamespace.classServerMessageThe implementation of the<message/>element in thejabber:servernamespace.classServerPresenceThe implementation of the<presence/>element in thejabber:servernamespace.classServerStanzaErrorA stanza error explicitly bound to thejabber:servernamespace. -
Uses of LanguageElement in rocks.xmpp.core.stream.model
Classes in rocks.xmpp.core.stream.model that implement LanguageElement Modifier and Type Class Description classStreamErrorThe implementation of the<stream:error/>element.classStreamHeaderRepresents the XMPP stream header. -
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 classIdentityRepresents an identity of an XMPP entity.classInfoDiscoveryThe implementation of the<query/>element in thehttp://jabber.org/protocol/disco#infonamespace. -
Uses of LanguageElement in rocks.xmpp.extensions.httpbind.model
Classes in rocks.xmpp.extensions.httpbind.model that implement LanguageElement Modifier and Type Class Description classBodyThe implementation of the<body/>element in thehttp://jabber.org/protocol/httpbindnamespace.
-