| Package | Description |
|---|---|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| org.jivesoftware.openfire.pubsub.cluster |
| Modifier and Type | Method and Description |
|---|---|
NodeSubscription.State |
NodeSubscription.getState()
Returns the current subscription state.
|
static NodeSubscription.State |
NodeSubscription.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeSubscription.State[] |
NodeSubscription.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NodeSubscription(Node node,
org.xmpp.packet.JID owner,
org.xmpp.packet.JID jid,
NodeSubscription.State state,
String id)
Creates a new subscription of the specified user with the node.
|
| Modifier and Type | Method and Description |
|---|---|
NodeSubscription.State |
SubscriptionTask.getState() |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.