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 classAffiliationsExtensionRepresents the affiliations element of the reply to a request for affiliations.classConfigurationEventRepresents the configuration element of a PubSub message event which associates a configuration form to the node which was configured.classFormNodeGeneric stanza extension which represents any PubSub form that is parsed from the incoming stream or being sent out to the server.classGetItemsRequestRepresents a request to subscribe to a node.classItemThis class represents an item that has been, or will be published to a PubSub node.classItemsExtensionThis class is used for multiple purposes.classOptionsExtensionA stanza extension representing the options element.classPayloadItem<E extends ExtensionElement>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.classSubscribeExtensionRepresents a request to subscribe to a node.classSubscriptionRepresents a subscription to node for both requests and replies.classSubscriptionsExtensionRepresents the element holding the list of subscription elements.classUnsubscribeExtensionRepresents an unsubscribe element.Methods in org.jivesoftware.smackx.pubsub that return NodeExtension Modifier and Type Method Description NodeExtensionEventElement. getEvent()Methods in org.jivesoftware.smackx.pubsub with parameters of type NodeExtension Modifier and Type Method Description protected PubSubNode. 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 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 NodeExtension Modifier and Type Method Description protected NodeExtensionSimpleNodeProvider. 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)
-