Uses of Class
org.jivesoftware.smackx.pubsub.LeafNode
Package
Description
Utility classes for XEP-0373: OpenPGP for XMPP.
Smacks implementation XEP-0163: Personal Eventing Protocol.
Smack's API for XEP-0060: Publish-Subscribe.
-
Uses of LeafNode in org.jivesoftware.smackx.ox.util
Modifier and TypeMethodDescriptionstatic LeafNode
OpenPgpPubSubUtil.getOpenLeafNode
(PubSubManager pubSubManager, String nodeName) Use reflection magic to get aLeafNode
without doing a disco#info query.Modifier and TypeMethodDescriptionstatic void
OpenPgpPubSubUtil.changeAccessModelIfNecessary
(LeafNode node, AccessModel accessModel) Query the access model ofnode
. -
Uses of LeafNode in org.jivesoftware.smackx.pep
-
Uses of LeafNode in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionPubSubManager.createNode()
Creates an instant node, if supported.PubSubManager.createNode
(String nodeId) Creates a node with default configuration.PubSubManager.getLeafNode
(String id) Try to get a leaf node with the given node ID.PubSubManager.getOrCreateLeafNode
(String id) Try to get a leaf node and create one if it does not already exist.PubSubManager.tryToPublishAndPossibleAutoCreate
(String id, I item) Try to publish an item and, if the node with the given ID does not exists, auto-create the node.