Uses of Class
org.jivesoftware.smackx.pubsub.Node
-
Packages that use Node Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of Node in org.jivesoftware.smackx.pubsub
Subclasses of Node in org.jivesoftware.smackx.pubsub Modifier and Type Class Description class
CollectionNode
class
LeafNode
The main class for the majority of PubSub functionality.Methods in org.jivesoftware.smackx.pubsub that return Node Modifier and Type Method Description Node
PubSubManager. createNode(String nodeId, FillableConfigureForm config)
Creates a node with specified configuration.Node
PubSubManager. getNode(String id)
Retrieves the requested node, if it exists.
-