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 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.commands.model
Classes in rocks.xmpp.extensions.commands.model that implement LanguageElement Modifier and Type Class Description classCommandThe implementation of the<command/>element in thehttp://jabber.org/protocol/commandsnamespace. -
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 classComponentIQThe implementation of the<iq/>element in thejabber:component:acceptnamespace.classComponentMessageThe implementation of the<message/>element in thejabber:component:acceptnamespace.classComponentPresenceThe implementation of the<presence/>element in thejabber:component:acceptnamespace. -
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.geoloc.model
Classes in rocks.xmpp.extensions.geoloc.model that implement LanguageElement Modifier and Type Class Description classGeoLocationThe implementation of the<geoloc/>element in thehttp://jabber.org/protocol/geolocnamespace. -
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. -
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 classAddress.DescriptionThe 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 classCloseThe implementation of the<close/>element in theurn:ietf:params:xml:ns:xmpp-framingnamespace.classOpenThe implementation of the<open/>element in theurn:ietf:params:xml:ns:xmpp-framingnamespace.
-