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 classCollectionNodeclassLeafNodeThe main class for the majority of PubSub functionality.Methods in org.jivesoftware.smackx.pubsub that return Node Modifier and Type Method Description NodePubSubManager. createNode(java.lang.String nodeId, FillableConfigureForm config)Creates a node with specified configuration.NodePubSubManager. getNode(java.lang.String id)Retrieves the requested node, if it exists.
-