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 LeafNodeOpenPgpPubSubUtil. getOpenLeafNode(PubSubManager pubSubManager, java.lang.String nodeName)Use reflection magic to get aLeafNodewithout doing a disco#info query.Methods in org.jivesoftware.smackx.ox.util with parameters of type LeafNode Modifier and Type Method Description static voidOpenPgpPubSubUtil. 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 LeafNodePepManager. 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 LeafNodePubSubManager. createNode()Creates an instant node, if supported.LeafNodePubSubManager. createNode(java.lang.String nodeId)Creates a node with default configuration.LeafNodePubSubManager. getLeafNode(java.lang.String id)Try to get a leaf node with the given node ID.LeafNodePubSubManager. 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.
-