Uses of Class
org.jivesoftware.smackx.pubsub.LeafNode
Packages that use 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
Methods in org.jivesoftware.smackx.ox.util that return LeafNodeModifier and TypeMethodDescriptionstatic LeafNode
OpenPgpPubSubUtil.getOpenLeafNode
(PubSubManager pubSubManager, String nodeName) Use reflection magic to get aLeafNode
without doing a disco#info query.Methods in org.jivesoftware.smackx.ox.util with parameters of type LeafNodeModifier and TypeMethodDescriptionstatic void
OpenPgpPubSubUtil.changeAccessModelIfNecessary
(LeafNode node, AccessModel accessModel) Query the access model ofnode
. -
Uses of LeafNode in org.jivesoftware.smackx.pep
Methods in org.jivesoftware.smackx.pep that return LeafNode -
Uses of LeafNode in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return LeafNodeModifier 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.