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.
|
Modifier and Type | Method and Description |
---|---|
AsyncResult<NodeConfiguration> |
PubSubNode.getNodeConfiguration()
Gets the node configuration form.
|
Modifier and Type | Method and Description |
---|---|
AsyncResult<IQ> |
PubSubNode.configureNode(NodeConfiguration nodeConfiguration)
Configures the node by submitting the configuration form.
|
AsyncResult<java.lang.String> |
PubSubNode.create(NodeConfiguration nodeConfiguration)
Creates and configures this node on the remote pubsub service.
|
Modifier and Type | Method and Description |
---|---|
NodeConfiguration |
NodeConfiguration.Builder.build()
Builds the node configuration.
|
Copyright © 2014–2019 XMPP.rocks. All rights reserved.