Uses of Class
org.jivesoftware.smackx.pubsub.NodeExtension
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Stanzas and extension elements for Publish-Subscribe (XEP-60).
Providers for Publish-Subscribe (XEP-60).
-
Uses of NodeExtension in org.jivesoftware.smackx.pubsub
Modifier and TypeClassDescriptionclass
Represents the affiliations element of the reply to a request for affiliations.class
Represents the configuration element of a PubSub message event which associates a configuration form to the node which was configured.class
Generic stanza extension which represents any PubSub form that is parsed from the incoming stream or being sent out to the server.class
Represents a request to subscribe to a node.class
This class represents an item that has been, or will be published to a PubSub node.class
This class is used for multiple purposes.class
A stanza extension representing the options element.class
PayloadItem<E extends XmlElement>
This class represents an item that has been, or will be published to a pubsub node.class
PublishItem<T extends Item>
Represents a request to publish an item(s) to a specific node.class
Represents a request to subscribe to a node.class
Represents a subscription to node for both requests and replies.class
Represents the element holding the list of subscription elements.class
Represents an unsubscribe element.Modifier and TypeMethodDescriptionprotected PubSub
Node.createPubsubPacket
(IQ.Type type, NodeExtension ext) -
Uses of NodeExtension in org.jivesoftware.smackx.pubsub.packet
Modifier and TypeMethodDescriptionstatic PubSub
PubSub.createPubsubPacket
(Jid to, IQ.Type type, NodeExtension extension) -
Uses of NodeExtension in org.jivesoftware.smackx.pubsub.provider
Modifier and TypeMethodDescriptionprotected NodeExtension
SimpleNodeProvider.createReturnExtension
(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends XmlElement> content)