Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Modifier and Type | Field and Description |
---|---|
protected Subscription.State |
Subscription.state |
Modifier and Type | Method and Description |
---|---|
Subscription.State |
Subscription.getState()
Gets the current subscription state.
|
static Subscription.State |
Subscription.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subscription.State[] |
Subscription.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Subscription(String jid,
String nodeId,
String subscriptionId,
Subscription.State state)
Constructs a representation of a subscription reply to the specified node
and JID.
|
Subscription(String jid,
String nodeId,
String subscriptionId,
Subscription.State state,
boolean configRequired)
Constructs a representation of a subscription reply to the specified node
and JID.
|