Uses of Class
rocks.xmpp.extensions.pubsub.PubSubNode
-
Packages that use PubSubNode Package Description rocks.xmpp.extensions.pubsub Provides classes for XEP-0060: Publish-Subscribe. -
-
Uses of PubSubNode in rocks.xmpp.extensions.pubsub
Methods in rocks.xmpp.extensions.pubsub that return PubSubNode Modifier and Type Method Description PubSubNode
PubSubService. node(String node)
Creates a pubsub node locally, which can be used to work with a node at the pubsub service.Methods in rocks.xmpp.extensions.pubsub that return types with arguments of type PubSubNode Modifier and Type Method Description AsyncResult<List<PubSubNode>>
PubSubNode. discoverNodes()
Discovers the (sub-)nodes, which hierarchically reside under this node, e.g. the "second-level" nodes.AsyncResult<List<PubSubNode>>
PubSubService. discoverNodes()
Discovers the first-level nodes of this pubsub service.
-