Uses of Class
org.jivesoftware.smackx.pubsub.NodeExtension
-
Packages that use NodeExtension Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.packet Stanzas and extension elements for Publish-Subscribe (XEP-60).org.jivesoftware.smackx.pubsub.provider Providers for Publish-Subscribe (XEP-60). -
-
Uses of NodeExtension in org.jivesoftware.smackx.pubsub
Subclasses of NodeExtension in org.jivesoftware.smackx.pubsub Modifier and Type Class Description class
AffiliationsExtension
Represents the affiliations element of the reply to a request for affiliations.class
ConfigurationEvent
Represents the configuration element of a PubSub message event which associates a configuration form to the node which was configured.class
FormNode
Generic stanza extension which represents any PubSub form that is parsed from the incoming stream or being sent out to the server.class
GetItemsRequest
Represents a request to subscribe to a node.class
Item
This class represents an item that has been, or will be published to a PubSub node.class
ItemsExtension
This class is used for multiple purposes.class
OptionsExtension
A stanza extension representing the options element.class
PayloadItem<E extends ExtensionElement>
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
SubscribeExtension
Represents a request to subscribe to a node.class
Subscription
Represents a subscription to node for both requests and replies.class
SubscriptionsExtension
Represents the element holding the list of subscription elements.class
UnsubscribeExtension
Represents an unsubscribe element.Methods in org.jivesoftware.smackx.pubsub that return NodeExtension Modifier and Type Method Description NodeExtension
EventElement. getEvent()
Methods in org.jivesoftware.smackx.pubsub with parameters of type NodeExtension Modifier and Type Method Description protected PubSub
Node. createPubsubPacket(IQ.Type type, NodeExtension ext)
Constructors in org.jivesoftware.smackx.pubsub with parameters of type NodeExtension Constructor Description EventElement(EventElementType eventType, NodeExtension eventExt)
-
Uses of NodeExtension in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet with parameters of type NodeExtension Modifier and Type Method Description static PubSub
PubSub. 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 NodeExtension Modifier and Type Method Description protected NodeExtension
SimpleNodeProvider. createReturnExtension(java.lang.String currentElement, java.lang.String currentNamespace, java.util.Map<java.lang.String,java.lang.String> attributeMap, java.util.List<? extends ExtensionElement> content)
-