| Package | Description |
|---|---|
| org.jivesoftware.smackx.pubsub |
| Modifier and Type | Method and Description |
|---|---|
SubscribeForm |
Node.getSubscriptionOptions(String jid)
Returns a SubscribeForm for subscriptions, from which you can create an answer form to be submitted
via the
Node.sendConfigurationForm(Form). |
SubscribeForm |
Node.getSubscriptionOptions(String jid,
String subscriptionId)
Get the options for configuring the specified subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Node.subscribe(String jid,
SubscribeForm subForm)
The user subscribes to the node using the supplied jid and subscription
options.
|