| Package | Description |
|---|---|
| rocks.xmpp.extensions.pubsub.model.owner |
Provides XML schema implementations of XEP-0060: Publish-Subscribe (#owner).
|
| Modifier and Type | Method and Description |
|---|---|
static PubSubOwner |
PubSubOwner.withAffiliations(String node,
Affiliation... affiliationNodes)
Creates a pubsub element with a
<affiliations/> child element with <affiliation/> elements. |
static PubSubOwner |
PubSubOwner.withConfigure(String node)
Creates a pubsub element with an
<configure/> child element and a 'node' attribute. |
static PubSubOwner |
PubSubOwner.withConfigure(String node,
DataForm dataForm)
Creates a pubsub element with an
<configure/> child element and a 'node' attribute and a configuration form. |
static PubSubOwner |
PubSubOwner.withDefault()
Creates a pubsub element with a
<default/> child element. |
static PubSubOwner |
PubSubOwner.withDelete(String node)
Creates a pubsub element with a
<delete/> child element and a 'node' attribute. |
static PubSubOwner |
PubSubOwner.withDelete(String node,
URI replacementNode)
Creates a pubsub element with a
<delete/> child element, a 'node' attribute and a replacement node. |
static PubSubOwner |
PubSubOwner.withPurge(String node)
Creates a pubsub element with a
<purge/> child element and a 'node' attribute. |
static PubSubOwner |
PubSubOwner.withSubscriptions(String node,
Subscription... subscriptions)
Creates a pubsub element with a
<subscriptions/> child element with <subscription/> elements. |
Copyright © 2014–2017 XMPP.rocks. All rights reserved.