Uses of Class
org.jivesoftware.smackx.pubsub.NodeExtension
Packages that use 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
Subclasses of NodeExtension in org.jivesoftware.smackx.pubsubModifier and TypeClassDescriptionclassRepresents the affiliations element of the reply to a request for affiliations.classRepresents the configuration element of a PubSub message event which associates a configuration form to the node which was configured.classGeneric stanza extension which represents any PubSub form that is parsed from the incoming stream or being sent out to the server.classRepresents a request to subscribe to a node.classThis class represents an item that has been, or will be published to a PubSub node.classThis class is used for multiple purposes.classA stanza extension representing the options element.classPayloadItem<E extends XmlElement>This class represents an item that has been, or will be published to a pubsub node.classPublishItem<T extends Item>Represents a request to publish an item(s) to a specific node.classRepresents a request to subscribe to a node.classRepresents a subscription to node for both requests and replies.classRepresents the element holding the list of subscription elements.classRepresents an unsubscribe element.Methods in org.jivesoftware.smackx.pubsub that return NodeExtensionMethods in org.jivesoftware.smackx.pubsub with parameters of type NodeExtensionModifier and TypeMethodDescriptionprotected PubSubNode.createPubsubPacket(IQ.Type type, NodeExtension ext) Constructors in org.jivesoftware.smackx.pubsub with parameters of type NodeExtension - 
Uses of NodeExtension in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet with parameters of type NodeExtensionModifier and TypeMethodDescriptionstatic PubSubPubSub.createPubsubPacket(Jid to, IQ.Type type, NodeExtension extension)  - 
Uses of NodeExtension in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return NodeExtensionModifier and TypeMethodDescriptionprotected NodeExtensionSimpleNodeProvider.createReturnExtension(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends XmlElement> content)