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 TypeClassDescriptionclassstatic final classclassstatic final classRepresents a message body, its language and the content of the message.static final classRepresents a message subject, its language and the content of the subject.static classstatic classclassRepresents an XMPP error sub-packet.classMethods 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 BStanzaBuilder.removeExtension(ExtensionElement extension) Method parameters in org.jivesoftware.smack.packet with type arguments of type ExtensionElementModifier and TypeMethodDescriptiondefault booleanStanzaView.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 classDeprecated.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 voidProviderManager.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 theExtensionElementProviderinterface.StreamFeatureProviderInfo(String elementName, String namespace, ExtensionElementProvider<ExtensionElement> extProvider) Defines an extension provider which implements theStreamFeatureProviderinterface. -
Uses of ExtensionElement in org.jivesoftware.smack.roster.packet
Classes in org.jivesoftware.smack.roster.packet that implement ExtensionElementModifier and TypeClassDescriptionstatic final classA roster item, which consists of a JID, their name, the type of subscription, and the groups the roster item belongs to.final classfinal 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 TypeClassDescriptionclassStanza 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassRepresents 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 classThe stanza sent by the stream initiator to the stream proxy to activate the connection.static classStanza extension that represents a potential SOCKS5 proxy for the file transfer.static classAfter 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 classStanza 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 classAcknowledged extension class.protected static classstatic classDisplayed extension class.static final classMarkable extension class.static classReceived 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 TypeClassDescriptionclassRepresents 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 classFile 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 TypeClassDescriptionclassXMPP 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 classA 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 TypeClassDescriptionclassfinal classA "no copy" hint.final classA "no permanent store" hint.final classA "no store" hint.final classA "store" hint. -
Uses of ExtensionElement in org.jivesoftware.smackx.hoxt.packet
Classes in org.jivesoftware.smackx.hoxt.packet that implement ExtensionElementModifier and TypeClassDescriptionstatic classRepresentation of Base64 element.static classRepresentation of ChunkedBase64 element.static classRepresentation of Data element.static classRepresentation of Ibb element.static classRepresentation of Text element.static classRepresentation of Xml element.classStanza 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 TypeClassDescriptionclassFile 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 TypeClassDescriptionclassChecksum element.classFile 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 TypeClassDescriptionclassTransport 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 TypeClassDescriptionclassJingle content.classJingle content description.static classJingle audio description.classJingle content info.static classTransport part of a Jingle packet.static classBusy jmf info.static classHold jmf info.static classMute jmf info.static classQueued jmf info.static classRinging jmf info.classJingle content description.static classJingle audio description.classclassA jingle transport extension.static classRTP-ICE profile.static classRaw 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 TypeClassDescriptionclassProperties 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 TypeClassDescriptionclassclassXMPP 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 classMAM 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 TypeClassDescriptionclassAn 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 classMessage 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 TypeClassDescriptionclassclassclassstatic classclassstatic classInterface for block level child elements.static classInterface for child elements.static classclass -
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 TypeClassDescriptionclassXEP-0107 can be extended with additional custom mood concretisations.classExtensionElementthat contains the users mood. -
Uses of ExtensionElement in org.jivesoftware.smackx.muc.packet
Classes in org.jivesoftware.smackx.muc.packet that implement ExtensionElementModifier and TypeClassDescriptionclassA group chat invitation stanza extension, which is used to invite other users to a group chat room.classRepresents extended presence information whose sole purpose is to signal the ability of the occupant to speak the MUC protocol when joining a room.classRepresents extended presence information about roles, affiliations, full JIDs, or status codes scoped by the 'http://jabber.org/protocol/muc#user' namespace.static classRepresents 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 classAffiliations change extension element class.static classConfigurations change extension element class. -
Uses of ExtensionElement in org.jivesoftware.smackx.nick.packet
Classes in org.jivesoftware.smackx.nick.packet that implement ExtensionElementModifier and TypeClassDescriptionclassA minimalistic implementation of aExtensionElementfor nicknames. -
Uses of ExtensionElement in org.jivesoftware.smackx.offline.packet
Classes in org.jivesoftware.smackx.offline.packet that implement ExtensionElementModifier and TypeClassDescriptionclassOfflineMessageInfo 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 TypeClassDescriptionclassClass that represents an OMEMO Bundle element.classOMEMO device bundle as described by the protocol.classA OMEMO device list update containing the IDs of all active devices of a contact.classThe OMEMO device list element with the legacy Axolotl namespace.classClass that represents an OmemoElement.classAn 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.EncryptionResultOXInstantMessagingManager.addOxMessage(MessageBuilder messageBuilder, Set<OpenPgpContact> recipients, List<ExtensionElement> payload) Add an OX-IM message element to a message.org.pgpainless.encryption_signing.EncryptionResultOXInstantMessagingManager.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 TypeClassDescriptionclassThis class describes an OpenPGP content element which is encrypted, but not signed.classAbstract class that bundles functionality of encrypted OpenPGP content elements (CryptElement,SigncryptElement) together.classThis class describes an OpenPGP content element.classClass that represents an OpenPGP message.classClass representing a pubkey element which is used to transport OpenPGP public keys.static classElement that contains the base64 encoded public key.final classClass that represents a public key list which was announced to a users metadata node.static classclassThis class represents a secretkey element which contains a users OpenPGP secret key.classThis class represents an OpenPGP content element which is encrypted and signed.classThis 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, ornullif 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) protectedEncryptedOpenPgpContentElement(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) protectedEncryptedOpenPgpContentElement(Set<? extends Jid> to, List<ExtensionElement> payload) protectedOpenPgpContentElement(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 TypeClassDescriptionclassRepresents the top level element of a PubSub event extension.classRepresents 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 TypeClassDescriptionclassRepresents a message delivery receipt entry as specified by Message Delivery Receipts.classRepresents 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 TypeClassDescriptionclassRepresents a Header entry as specified by the Stanza Headers and Internet Metadata (SHIM).classExtension 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 classThe feature negotiation portion of the StreamInitiation packet.static classsize: 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 TypeClassDescriptionclassclassclass -
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 TypeInterfaceDescriptioninterfaceAffix element that is identified by element name and namespace.Classes in org.jivesoftware.smackx.stanza_content_encryption.element that implement ExtensionElementModifier and TypeClassDescriptionclassExtension 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 TypeClassDescriptionclassAgent status packet.final classQueue details stanza extension, which contains details about the users currently in a queue.classclassAn IQ stanza that encapsulates both types of workgroup queue status notifications -- position updates, and estimated time left in the queue updates.classStanza extension forInvitationRequest.classStanza extension forTransferRequest.classclassclassA 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 classRepresents a form that could be use for gathering data as well as for reporting data returned from a search.static classRepresents items of reported data.static classRepresents 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 TypeClassDescriptionclassDataLayout Extension according to XEP-0141: Data Forms Layout.static classstatic classstatic classstatic classstatic class -
Uses of ExtensionElement in org.jivesoftware.smackx.xevent.packet
Classes in org.jivesoftware.smackx.xevent.packet that implement ExtensionElementModifier and TypeClassDescriptionclassRepresents 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 classAn 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 TypeClassDescriptionclassRepresents XMPP Roster Item Exchange packets.