Uses of Class
org.jivesoftware.smack.provider.EmbeddedExtensionProvider
-
Packages that use EmbeddedExtensionProvider Package Description org.jivesoftware.smackx.pubsub.provider Providers for Publish-Subscribe (XEP-60).org.jivesoftware.smackx.receipts XEP-0184: Message Delivery Receipts.org.jivesoftware.smackx.shim.provider Provider classes of XEP-0131: Stanza Headers and Internet Metadata. -
-
Uses of EmbeddedExtensionProvider in org.jivesoftware.smackx.pubsub.provider
Subclasses of EmbeddedExtensionProvider in org.jivesoftware.smackx.pubsub.provider Modifier and Type Class Description class
AffiliationsProvider
Parses the affiliations element out of the reply stanza from the server as specified in the affiliation schema.class
ConfigEventProvider
Parses the node configuration element out of the message event stanza from the server as specified in the configuration schema.class
EventProvider
Parses the event element out of the message stanza from the server as specified in the event schema.class
FormNodeProvider
Parses one of several elements used in PubSub that contain a form of some kind as a child element.class
ItemsProvider
Parses the items element out of the message event stanza from the server as specified in the items schema.class
RetractEventProvider
Parses the retract element out of the message event stanza from the server as specified in the retract schema.class
SimpleNodeProvider
Parses simple elements that only contain a node attribute.class
SubscriptionsProvider
Parses the subscriptions element out of the PubSub IQ message from the server as specified in the subscriptions schema. -
Uses of EmbeddedExtensionProvider in org.jivesoftware.smackx.receipts
Subclasses of EmbeddedExtensionProvider in org.jivesoftware.smackx.receipts Modifier and Type Class Description static class
DeliveryReceipt.Provider
This Provider parses and returns DeliveryReceipt packets. -
Uses of EmbeddedExtensionProvider in org.jivesoftware.smackx.shim.provider
Subclasses of EmbeddedExtensionProvider in org.jivesoftware.smackx.shim.provider Modifier and Type Class Description class
HeadersProvider
Parses the headers element as defined in Stanza Headers and Internet Metadata (SHIM).
-