Uses of Class
rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Packages that use NodeConfiguration Package Description rocks.xmpp.extensions.pubsub Provides classes for XEP-0060: Publish-Subscribe.rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe. -
-
Uses of NodeConfiguration in rocks.xmpp.extensions.pubsub
Methods in rocks.xmpp.extensions.pubsub that return types with arguments of type NodeConfiguration Modifier and Type Method Description AsyncResult<NodeConfiguration>
PubSubNode. getNodeConfiguration()
Gets the node configuration form.Methods in rocks.xmpp.extensions.pubsub with parameters of type NodeConfiguration Modifier and Type Method Description AsyncResult<IQ>
PubSubNode. configureNode(NodeConfiguration nodeConfiguration)
Configures the node by submitting the configuration form.AsyncResult<String>
PubSubNode. create(NodeConfiguration nodeConfiguration)
Creates and configures this node on the remote pubsub service. -
Uses of NodeConfiguration in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return NodeConfiguration Modifier and Type Method Description NodeConfiguration
NodeConfiguration.Builder. build()
NodeConfiguration
NodeConfiguration.Builder. build(DataForm.Type formType)
Builds the node configuration.
-