Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Modifier and Type | Field and Description |
---|---|
protected List<Subscription> |
SubscriptionsExtension.items |
Modifier and Type | Method and Description |
---|---|
Subscription |
Node.subscribe(String jid)
The user subscribes to the node using the supplied jid.
|
Subscription |
Node.subscribe(String jid,
SubscribeForm subForm)
The user subscribes to the node using the supplied jid and subscription
options.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
PubSubManager.getSubscriptions()
Gets the subscriptions on the root node.
|
List<Subscription> |
SubscriptionsExtension.getSubscriptions()
Gets the list of subscriptions.
|
List<Subscription> |
Node.getSubscriptions()
Get the subscriptions currently associated with this node.
|
List<Subscription> |
Node.getSubscriptions(List<PacketExtension> additionalExtensions,
Collection<PacketExtension> returnedExtensions)
Get the subscriptions currently associated with this node.
|
Constructor and Description |
---|
SubscriptionsExtension(List<Subscription> subList)
Subscriptions to the root node
|
SubscriptionsExtension(String nodeId,
List<Subscription> subList)
Subscriptions to the specified node.
|