Uses of Interface
org.jivesoftware.smack.packet.ExtensionElement
Packages that use ExtensionElement
Package
Description
Stanzas and extension elements for XMPP stream compression (XEP-138).
Allows
StanzaCollector
and StanzaListener
instances to filter for stanzas with particular attributes.XML stanzas and extension elements that are part of the XMPP protocol.
The Smack provider architecture is a system for plugging in custom XML parsing of stanza extensions
(
ExtensionElement
, IQ
stanzas and
Nonza
.Element classes for Rosters.
Plain stream elements for XEP-0198: Stream Management.
Utility classes.
Stanzas and extension elements for XEP-0033: Extended Stanzas Addressing.
Stanzas and extension elements for XEP-0079: Advanced Message Processing.
Stanzas and extension elements for XEP-0224: Attention.
Blocking command elements.
Bits of Binary elements.
Stanzas and extension elements for XEP-0047: In-Band Bytestreams.
Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.
Element classes for XEP-0115: Entity Capabilities.
Stanzas and extension elements for XEP-0280: Message Carbons.
Chat Markers elements (XEP-0333).
Plain stream elements for XEP-0352: Client State Indication.
Element classes for XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.
Smack's API for Service Discovery (XEP-0030).
XMPP extension elements for XEP-0380: Explicit Message Encryption.
Smack's API for XEP-0428: Fallback Indication.
Smacks implementation of XEP-0446: File Metadata Element.
Element classes for XEP-0297: Stanza Forwarding.
Extension elements for the GCM XMPP extension.
Element classes for XEP-0080: User Location.
XEP-0300 - Use of cryptographic hash functions.
XMPP extension elements for XEP-0334: Message Processing Hints.
Stanzas and extension elements for XEP-0332: HTTP over XMPP transport.
IQ stanzas and extensions for XEP-0363: HTTP File Upload.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Element classes for XEP-0077: In-Band Registration.
Smack's API for XEP-0234: Jingle File Transfer.
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
TODO describe me.
TODO describe me.
Element classes.
Extension elements for XEP-0295: JSON Encodings for XMPP.
Element classes for XEP-0319: Last User Interaction in Presence.
Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.
XMPP stream elements for Last Message Correction as defined in XEP-0308.
XEP-0422: Message Fastening.
Smack's API for XEP-0394: Message Markup, which can be used to style message.
XEP-0424: Message Retraction.
Smack's API for XEP-0107: User Mood.
Element classes for XEP-0045: Multi-User Chat.
Multi-User Chat Light (MUC Light) elements.
Element classes for XEP-0172: User Nickname.
Element classes for XEP-0013: Flexible Offline Message Retrieval.
Classes that represent OMEMO related stanzas.
Smack API for XEP-0374: OpenPGP for XMPP: Instant Messaging.
XML elements for XEP-0373: OpenPGP for XMPP.
Smacks implementation XEP-0163: Personal Eventing Protocol.
Smack's API for XEP-0060: Publish-Subscribe.
Push Notifications elements (XEP-0357).
XEP-0184: Message Delivery Receipts.
Smack's API for XEP-0372: References.
Element classes of XEP-0059: Result Set Management.
Element classes for XEP-0131: Stanza Headers and Internet Metadata.
Element classes for XEP-0095: Stream Initiation.
Smack's API for XEP-0359: Stable and Unique Stanza IDs.
Smack's API for XEP-0382: Spoiler Messages.
Smack's API for XEP-0420: Stanza Content Encryption: Element classes.
Smacks implementation of XEP-0264: Jingle Content Thumbnails.
Element classes for XEP-0103: URL Address Information.
Smack's API for XEP-0118: User Tune.
TODO describe me.
TODO describe me.
Element classes for XEP-0004: Data Forms.
Element classes for XEP-0141: Data Forms Layout.
TODO describe me.
Element classes for XEP-0071: XHTML-IM.
TODO describe me.
-
Uses of ExtensionElement in org.jivesoftware.smack.compress.packet
Classes in org.jivesoftware.smack.compress.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smack.filter
Classes in org.jivesoftware.smack.filter with type parameters of type ExtensionElementMethods in org.jivesoftware.smack.filter with type parameters of type ExtensionElementConstructors in org.jivesoftware.smack.filter with parameters of type ExtensionElementModifierConstructorDescriptionStanzaExtensionFilter
(ExtensionElement packetExtension) Creates a new stanza extension filter for the given stanza extension. -
Uses of ExtensionElement in org.jivesoftware.smack.packet
Classes in org.jivesoftware.smack.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
static final class
class
static final class
Represents a message body, its language and the content of the message.static final class
Represents a message subject, its language and the content of the subject.static class
static class
class
Represents an XMPP error sub-packet.class
Methods in org.jivesoftware.smack.packet with type parameters of type ExtensionElementModifier and TypeMethodDescriptiondefault <E extends ExtensionElement>
EStanzaView.getExtension
(Class<E> extensionElementClass) final <E extends ExtensionElement>
List<E>Stanza.getExtensions
(Class<E> extensionElementClass) final <E extends ExtensionElement>
List<E>StanzaBuilder.getExtensions
(Class<E> extensionElementClass) <E extends ExtensionElement>
List<E>StanzaView.getExtensions
(Class<E> extensionElementClass) Return all extension elements of the given type.Methods in org.jivesoftware.smack.packet with parameters of type ExtensionElementModifier and TypeMethodDescriptionfinal B
StanzaBuilder.removeExtension
(ExtensionElement extension) Method parameters in org.jivesoftware.smack.packet with type arguments of type ExtensionElementModifier and TypeMethodDescriptiondefault boolean
StanzaView.hasExtension
(Class<? extends ExtensionElement> extensionElementClass) Constructors in org.jivesoftware.smack.packet with parameters of type ExtensionElementModifierConstructorDescriptionIQChildElementXmlStringBuilder
(ExtensionElement extensionElement, XmlEnvironment enclosingXmlEnvironment) -
Uses of ExtensionElement in org.jivesoftware.smack.provider
Classes in org.jivesoftware.smack.provider with type parameters of type ExtensionElementModifier and TypeClassDescriptionstatic class
Deprecated.use a proper parser.Methods in org.jivesoftware.smack.provider that return types with arguments of type ExtensionElementModifier and TypeMethodDescriptionProviderManager.getExtensionProvider
(String elementName, String namespace) Returns the stanza extension provider registered to the specified XML element name and namespace.ProviderManager.getExtensionProvider
(QName qname) static List<ExtensionElementProvider<ExtensionElement>>
ProviderManager.getExtensionProviders()
Returns an unmodifiable collection of all PacketExtensionProvider instances.ProviderManager.getStreamFeatureProvider
(String elementName, String namespace) Method parameters in org.jivesoftware.smack.provider with type arguments of type ExtensionElementModifier and TypeMethodDescriptionstatic void
ProviderManager.addStreamFeatureProvider
(String elementName, String namespace, ExtensionElementProvider<ExtensionElement> provider) Constructor parameters in org.jivesoftware.smack.provider with type arguments of type ExtensionElementModifierConstructorDescriptionExtensionProviderInfo
(String elementName, String namespace, ExtensionElementProvider<ExtensionElement> extProvider) Defines an extension provider which implements theExtensionElementProvider
interface.StreamFeatureProviderInfo
(String elementName, String namespace, ExtensionElementProvider<ExtensionElement> extProvider) Defines an extension provider which implements theStreamFeatureProvider
interface. -
Uses of ExtensionElement in org.jivesoftware.smack.roster.packet
Classes in org.jivesoftware.smack.roster.packet that implement ExtensionElementModifier and TypeClassDescriptionstatic final class
A roster item, which consists of a JID, their name, the type of subscription, and the groups the roster item belongs to.final class
final class
-
Uses of ExtensionElement in org.jivesoftware.smack.sm.packet
Classes in org.jivesoftware.smack.sm.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util with type parameters of type ExtensionElementModifier and TypeMethodDescriptionstatic <E extends ExtensionElement>
EXmppElementUtil.castOrThrow
(XmlElement extensionElement, Class<E> extensionElementClass) static <E extends ExtensionElement>
List<E>XmppElementUtil.getElementsFrom
(MultiMap<QName, XmlElement> elementMap, Class<E> extensionElementClass) -
Uses of ExtensionElement in org.jivesoftware.smackx.address.packet
Classes in org.jivesoftware.smackx.address.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Stanza extension that contains the list of addresses that a stanza should be sent or was sent.static final class
-
Uses of ExtensionElement in org.jivesoftware.smackx.amp.packet
Classes in org.jivesoftware.smackx.amp.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.attention.packet
Classes in org.jivesoftware.smackx.attention.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
A PacketExtension that implements XEP-0224: Attention This extension is expected to be added to message stanzas of type 'headline.' Please refer to the XEP for more implementation guidelines. -
Uses of ExtensionElement in org.jivesoftware.smackx.blocking.element
Classes in org.jivesoftware.smackx.blocking.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.bob.element
Classes in org.jivesoftware.smackx.bob.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.bytestreams.ibb.packet
Classes in org.jivesoftware.smackx.bytestreams.ibb.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Represents a chunk of data of an In-Band Bytestream within an IQ stanza or a message stanza. -
Uses of ExtensionElement in org.jivesoftware.smackx.bytestreams.socks5.packet
Classes in org.jivesoftware.smackx.bytestreams.socks5.packet that implement ExtensionElementModifier and TypeClassDescriptionstatic class
The stanza sent by the stream initiator to the stream proxy to activate the connection.static class
Stanza extension that represents a potential SOCKS5 proxy for the file transfer.static class
After selected a SOCKS5 stream host and successfully connecting, the target of the file transfer returns a byte stream stanza with the stream host used extension. -
Uses of ExtensionElement in org.jivesoftware.smackx.caps.packet
Classes in org.jivesoftware.smackx.caps.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.carbons.packet
Classes in org.jivesoftware.smackx.carbons.packet that implement ExtensionElementModifier and TypeClassDescriptionstatic final class
Stanza extension indicating that a message may not be carbon-copied. -
Uses of ExtensionElement in org.jivesoftware.smackx.chat_markers.element
Classes in org.jivesoftware.smackx.chat_markers.element that implement ExtensionElementModifier and TypeClassDescriptionstatic class
Acknowledged extension class.protected static class
static class
Displayed extension class.static final class
Markable extension class.static class
Received extension class. -
Uses of ExtensionElement in org.jivesoftware.smackx.csi.packet
Classes in org.jivesoftware.smackx.csi.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.delay.packet
Classes in org.jivesoftware.smackx.delay.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Represents timestamp information about data stored for later delivery. -
Uses of ExtensionElement in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco that return types with arguments of type ExtensionElementModifier and TypeMethodDescriptionList<? extends ExtensionElement>
AbstractNodeInformationProvider.getNodePacketExtensions()
List<? extends ExtensionElement>
NodeInformationProvider.getNodePacketExtensions()
Returns a list of the stanza extensions defined in the node. -
Uses of ExtensionElement in org.jivesoftware.smackx.eme.element
Classes in org.jivesoftware.smackx.eme.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.fallback_indication.element
Classes in org.jivesoftware.smackx.fallback_indication.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.file_metadata.element
Classes in org.jivesoftware.smackx.file_metadata.element that implement ExtensionElementModifier and TypeClassDescriptionfinal class
File metadata element as defined in XEP-0446: File Metadata Element. -
Uses of ExtensionElement in org.jivesoftware.smackx.forward.packet
Classes in org.jivesoftware.smackx.forward.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.gcm.packet
Classes in org.jivesoftware.smackx.gcm.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
XMPP extension elements as used by Google's GCM Cloud Connection Server (XMPP). -
Uses of ExtensionElement in org.jivesoftware.smackx.geoloc.packet
Classes in org.jivesoftware.smackx.geoloc.packet that implement ExtensionElementModifier and TypeClassDescriptionfinal class
A GeoLocation Extension packet, which is used by the XMPP clients to exchange their respective geographic locations. -
Uses of ExtensionElement in org.jivesoftware.smackx.hashes.element
Classes in org.jivesoftware.smackx.hashes.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.hints.element
Classes in org.jivesoftware.smackx.hints.element that implement ExtensionElementModifier and TypeClassDescriptionclass
final class
A "no copy" hint.final class
A "no permanent store" hint.final class
A "no store" hint.final class
A "store" hint. -
Uses of ExtensionElement in org.jivesoftware.smackx.hoxt.packet
Classes in org.jivesoftware.smackx.hoxt.packet that implement ExtensionElementModifier and TypeClassDescriptionstatic class
Representation of Base64 element.static class
Representation of ChunkedBase64 element.static class
Representation of Data element.static class
Representation of Ibb element.static class
Representation of Text element.static class
Representation of Xml element.class
Stanza extension for base64 binary chunks. -
Uses of ExtensionElement in org.jivesoftware.smackx.httpfileupload.element
Classes in org.jivesoftware.smackx.httpfileupload.element that implement ExtensionElementModifier and TypeClassDescriptionclass
File Too Large error extension.class
-
Uses of ExtensionElement in org.jivesoftware.smackx.iot.data.element
Classes in org.jivesoftware.smackx.iot.data.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.iot.provisioning.element
Classes in org.jivesoftware.smackx.iot.provisioning.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.iqregister.packet
Classes in org.jivesoftware.smackx.iqregister.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.jingle_filetransfer.element
Classes in org.jivesoftware.smackx.jingle_filetransfer.element that implement ExtensionElementModifier and TypeClassDescriptionclass
Checksum element.class
File element. -
Uses of ExtensionElement in org.jivesoftware.smackx.jingle.transports.jingle_ibb.element
Classes in org.jivesoftware.smackx.jingle.transports.jingle_ibb.element that implement ExtensionElementModifier and TypeClassDescriptionclass
Transport Element for JingleInBandBytestream transports. -
Uses of ExtensionElement in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Classes in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.jingleold.packet
Classes in org.jivesoftware.smackx.jingleold.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Jingle content.class
Jingle content description.static class
Jingle audio description.class
Jingle content info.static class
Transport part of a Jingle packet.static class
Busy jmf info.static class
Hold jmf info.static class
Mute jmf info.static class
Queued jmf info.static class
Ringing jmf info.class
Jingle content description.static class
Jingle audio description.class
class
A jingle transport extension.static class
RTP-ICE profile.static class
Raw UDP profile.Methods in org.jivesoftware.smackx.jingleold.packet that return ExtensionElementModifier and TypeMethodDescriptionJingleError.Provider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Parse a JingleDescription.Audio extension. -
Uses of ExtensionElement in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return ExtensionElementModifier and TypeMethodDescriptionJingleContentInfoProvider.Audio.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Parse a JingleDescription.Audio extension.Constructors in org.jivesoftware.smackx.jingleold.provider with parameters of type ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.jiveproperties.packet
Classes in org.jivesoftware.smackx.jiveproperties.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Properties provide an easy mechanism for clients to share data. -
Uses of ExtensionElement in org.jivesoftware.smackx.json.packet
Classes in org.jivesoftware.smackx.json.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
class
XMPP JSON Containers as defined in XEP-0335. -
Uses of ExtensionElement in org.jivesoftware.smackx.last_interaction.element
Classes in org.jivesoftware.smackx.last_interaction.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.mam.element
Classes in org.jivesoftware.smackx.mam.element that implement ExtensionElementModifier and TypeClassDescriptionstatic class
MAM result extension class. -
Uses of ExtensionElement in org.jivesoftware.smackx.message_correct.element
Classes in org.jivesoftware.smackx.message_correct.element that implement ExtensionElementModifier and TypeClassDescriptionclass
An Extension that implements XEP-0308: Last Message Correction This extension is expected to be added to message stanzas. -
Uses of ExtensionElement in org.jivesoftware.smackx.message_fastening.element
Classes in org.jivesoftware.smackx.message_fastening.element that implement ExtensionElementModifier and TypeClassDescriptionfinal class
Message Fastening container element. -
Uses of ExtensionElement in org.jivesoftware.smackx.message_markup.element
Classes in org.jivesoftware.smackx.message_markup.element that implement ExtensionElementModifier and TypeClassDescriptionclass
class
class
static class
class
static class
Interface for block level child elements.static class
Interface for child elements.static class
class
-
Uses of ExtensionElement in org.jivesoftware.smackx.message_retraction.element
Classes in org.jivesoftware.smackx.message_retraction.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.mood.element
Classes in org.jivesoftware.smackx.mood.element that implement ExtensionElementModifier and TypeClassDescriptionclass
XEP-0107 can be extended with additional custom mood concretisations.class
ExtensionElement
that contains the users mood. -
Uses of ExtensionElement in org.jivesoftware.smackx.muc.packet
Classes in org.jivesoftware.smackx.muc.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
A group chat invitation stanza extension, which is used to invite other users to a group chat room.class
Represents extended presence information whose sole purpose is to signal the ability of the occupant to speak the MUC protocol when joining a room.class
Represents extended presence information about roles, affiliations, full JIDs, or status codes scoped by the 'http://jabber.org/protocol/muc#user' namespace.static class
Represents a rejection to an invitation from another user to a room. -
Uses of ExtensionElement in org.jivesoftware.smackx.muclight.element
Classes in org.jivesoftware.smackx.muclight.element that implement ExtensionElementModifier and TypeClassDescriptionstatic class
Affiliations change extension element class.static class
Configurations change extension element class. -
Uses of ExtensionElement in org.jivesoftware.smackx.nick.packet
Classes in org.jivesoftware.smackx.nick.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
A minimalistic implementation of aExtensionElement
for nicknames. -
Uses of ExtensionElement in org.jivesoftware.smackx.offline.packet
Classes in org.jivesoftware.smackx.offline.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
OfflineMessageInfo is an extension included in the retrieved offline messages requested by theOfflineMessageManager
. -
Uses of ExtensionElement in org.jivesoftware.smackx.omemo.element
Classes in org.jivesoftware.smackx.omemo.element that implement ExtensionElementModifier and TypeClassDescriptionclass
Class that represents an OMEMO Bundle element.class
OMEMO device bundle as described by the protocol.class
A OMEMO device list update containing the IDs of all active devices of a contact.class
The OMEMO device list element with the legacy Axolotl namespace.class
Class that represents an OmemoElement.class
An OMEMO (PreKey)WhisperMessage element. -
Uses of ExtensionElement in org.jivesoftware.smackx.ox_im
Method parameters in org.jivesoftware.smackx.ox_im with type arguments of type ExtensionElementModifier and TypeMethodDescriptionorg.pgpainless.encryption_signing.EncryptionResult
OXInstantMessagingManager.addOxMessage
(MessageBuilder messageBuilder, Set<OpenPgpContact> recipients, List<ExtensionElement> payload) Add an OX-IM message element to a message.org.pgpainless.encryption_signing.EncryptionResult
OXInstantMessagingManager.addOxMessage
(MessageBuilder messageBuilder, OpenPgpContact contact, List<ExtensionElement> payload) Add an OX-IM message element to a message.OXInstantMessagingManager.signAndEncrypt
(Set<OpenPgpContact> contacts, List<ExtensionElement> payload) -
Uses of ExtensionElement in org.jivesoftware.smackx.ox.element
Classes in org.jivesoftware.smackx.ox.element that implement ExtensionElementModifier and TypeClassDescriptionclass
This class describes an OpenPGP content element which is encrypted, but not signed.class
Abstract class that bundles functionality of encrypted OpenPGP content elements (CryptElement
,SigncryptElement
) together.class
This class describes an OpenPGP content element.class
Class that represents an OpenPGP message.class
Class representing a pubkey element which is used to transport OpenPGP public keys.static class
Element that contains the base64 encoded public key.final class
Class that represents a public key list which was announced to a users metadata node.static class
class
This class represents a secretkey element which contains a users OpenPGP secret key.class
This class represents an OpenPGP content element which is encrypted and signed.class
This class represents an OpenPGP content element which is not encrypted but signed.Methods in org.jivesoftware.smackx.ox.element with type parameters of type ExtensionElementModifier and TypeMethodDescription<PE extends ExtensionElement>
PEOpenPgpContentElement.getExtension
(String elementName, String namespace) Returns the first extension that matches the specified element name and namespace, ornull
if it doesn't exist.Methods in org.jivesoftware.smackx.ox.element that return ExtensionElementModifier and TypeMethodDescriptionOpenPgpContentElement.getExtension
(String namespace) Returns the first extension of this stanza that has the given namespace.Constructor parameters in org.jivesoftware.smackx.ox.element with type arguments of type ExtensionElementModifierConstructorDescriptionCryptElement
(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) CryptElement
(Set<? extends Jid> to, List<ExtensionElement> payload) protected
EncryptedOpenPgpContentElement
(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) protected
EncryptedOpenPgpContentElement
(Set<? extends Jid> to, List<ExtensionElement> payload) protected
OpenPgpContentElement
(Set<? extends Jid> to, Date timestamp, List<ExtensionElement> payload) SigncryptElement
(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) SigncryptElement
(Set<? extends Jid> to, List<ExtensionElement> payload) SignElement
(Set<Jid> to, Date timestamp, List<ExtensionElement> payload) -
Uses of ExtensionElement in org.jivesoftware.smackx.pep
Classes in org.jivesoftware.smackx.pep with type parameters of type ExtensionElementMethods in org.jivesoftware.smackx.pep with type parameters of type ExtensionElementModifier and TypeMethodDescription<E extends ExtensionElement>
booleanPepManager.addPepEventListener
(String node, Class<E> extensionElementType, PepEventListener<E> pepEventListener) -
Uses of ExtensionElement in org.jivesoftware.smackx.pubsub
Classes in org.jivesoftware.smackx.pubsub that implement ExtensionElementModifier and TypeClassDescriptionclass
Represents the top level element of a PubSub event extension.class
Represents and item that has been deleted from a node.Constructor parameters in org.jivesoftware.smackx.pubsub with type arguments of type ExtensionElementModifierConstructorDescriptionItemsExtension
(String nodeId, List<? extends ExtensionElement> items, boolean notify) Construct an instance with a list representing items that have been published or deleted. -
Uses of ExtensionElement in org.jivesoftware.smackx.push_notifications.element
Classes in org.jivesoftware.smackx.push_notifications.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.receipts
Classes in org.jivesoftware.smackx.receipts that implement ExtensionElementModifier and TypeClassDescriptionclass
Represents a message delivery receipt entry as specified by Message Delivery Receipts.class
Represents a message delivery receipt request entry as specified by Message Delivery Receipts. -
Uses of ExtensionElement in org.jivesoftware.smackx.reference.element
Classes in org.jivesoftware.smackx.reference.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.rsm.packet
Classes in org.jivesoftware.smackx.rsm.packet that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.shim.packet
Classes in org.jivesoftware.smackx.shim.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Represents a Header entry as specified by the Stanza Headers and Internet Metadata (SHIM).class
Extension representing a list of headers as specified in Stanza Headers and Internet Metadata (SHIM). -
Uses of ExtensionElement in org.jivesoftware.smackx.si.packet
Classes in org.jivesoftware.smackx.si.packet that implement ExtensionElementModifier and TypeClassDescriptionstatic class
The feature negotiation portion of the StreamInitiation packet.static class
size: The size, in bytes, of the data to be sent. name: The name of the file that the Sender wishes to send. date: The last modification time of the file. -
Uses of ExtensionElement in org.jivesoftware.smackx.sid.element
Classes in org.jivesoftware.smackx.sid.element that implement ExtensionElementModifier and TypeClassDescriptionclass
class
class
-
Uses of ExtensionElement in org.jivesoftware.smackx.spoiler.element
Classes in org.jivesoftware.smackx.spoiler.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.stanza_content_encryption.element
Subinterfaces of ExtensionElement in org.jivesoftware.smackx.stanza_content_encryption.elementModifier and TypeInterfaceDescriptioninterface
Affix element that is identified by element name and namespace.Classes in org.jivesoftware.smackx.stanza_content_encryption.element that implement ExtensionElementModifier and TypeClassDescriptionclass
Extension element that holds the payload element, as well as a list of affix elements. -
Uses of ExtensionElement in org.jivesoftware.smackx.thumbnails.element
Classes in org.jivesoftware.smackx.thumbnails.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.urldata.element
Classes in org.jivesoftware.smackx.urldata.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.usertune.element
Classes in org.jivesoftware.smackx.usertune.element that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.workgroup
Classes in org.jivesoftware.smackx.workgroup that implement ExtensionElement -
Uses of ExtensionElement in org.jivesoftware.smackx.workgroup.packet
Classes in org.jivesoftware.smackx.workgroup.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Agent status packet.final class
Queue details stanza extension, which contains details about the users currently in a queue.class
class
An IQ stanza that encapsulates both types of workgroup queue status notifications -- position updates, and estimated time left in the queue updates.class
Stanza extension forInvitationRequest
.class
Stanza extension forTransferRequest
.class
class
class
A stanza extension that contains information about the user and agent in a workgroup chat. -
Uses of ExtensionElement in org.jivesoftware.smackx.xdata.packet
Classes in org.jivesoftware.smackx.xdata.packet that implement ExtensionElementModifier and TypeClassDescriptionfinal class
Represents a form that could be use for gathering data as well as for reporting data returned from a search.static class
Represents items of reported data.static class
Represents the fields that will be returned from a search. -
Uses of ExtensionElement in org.jivesoftware.smackx.xdatalayout.packet
Classes in org.jivesoftware.smackx.xdatalayout.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
DataLayout Extension according to XEP-0141: Data Forms Layout.static class
static class
static class
static class
static class
-
Uses of ExtensionElement in org.jivesoftware.smackx.xevent.packet
Classes in org.jivesoftware.smackx.xevent.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Represents message events relating to the delivery, display, composition and cancellation of messages. -
Uses of ExtensionElement in org.jivesoftware.smackx.xhtmlim.packet
Classes in org.jivesoftware.smackx.xhtmlim.packet that implement ExtensionElementModifier and TypeClassDescriptionfinal class
An XHTML sub-packet, which is used by XMPP clients to exchange formatted text. -
Uses of ExtensionElement in org.jivesoftware.smackx.xroster.packet
Classes in org.jivesoftware.smackx.xroster.packet that implement ExtensionElementModifier and TypeClassDescriptionclass
Represents XMPP Roster Item Exchange packets.