Uses of Class
org.jivesoftware.smackx.pubsub.LeafNode
-
Packages that use LeafNode Package Description org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.pep Smacks implementation XEP-0163: Personal Eventing Protocol.org.jivesoftware.smackx.pubsub 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 LeafNode Modifier and Type Method Description static LeafNode
OpenPgpPubSubUtil. getOpenLeafNode(PubSubManager pubSubManager, java.lang.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 LeafNode Modifier and Type Method Description static 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 Modifier and Type Method Description LeafNode
PepManager. publish(java.lang.String nodeId, Item item)
Publish an event. -
Uses of LeafNode in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return LeafNode Modifier and Type Method Description LeafNode
PubSubManager. createNode()
Creates an instant node, if supported.LeafNode
PubSubManager. createNode(java.lang.String nodeId)
Creates a node with default configuration.LeafNode
PubSubManager. getLeafNode(java.lang.String id)
Try to get a leaf node with the given node ID.LeafNode
PubSubManager. getOrCreateLeafNode(java.lang.String id)
Try to get a leaf node and create one if it does not already exist.<I extends Item>
LeafNodePubSubManager. tryToPublishAndPossibleAutoCreate(java.lang.String id, I item)
Try to publish an item and, if the node with the given ID does not exists, auto-create the node.
-