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 classAffiliationsProviderParses the affiliations element out of the reply stanza from the server as specified in the affiliation schema.classConfigEventProviderParses the node configuration element out of the message event stanza from the server as specified in the configuration schema.classEventProviderParses the event element out of the message stanza from the server as specified in the event schema.classFormNodeProviderParses one of several elements used in PubSub that contain a form of some kind as a child element.classItemsProviderParses the items element out of the message event stanza from the server as specified in the items schema.classRetractEventProviderParses the retract element out of the message event stanza from the server as specified in the retract schema.classSimpleNodeProviderParses simple elements that only contain a node attribute.classSubscriptionsProviderParses 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 classDeliveryReceipt.ProviderThis 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 classHeadersProviderParses the headers element as defined in Stanza Headers and Internet Metadata (SHIM).
-