Uses of Class
org.jivesoftware.smackx.pubsub.SubscribeForm

Packages that use SubscribeForm
org.jivesoftware.smackx.pubsub   
 

Uses of SubscribeForm in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return SubscribeForm
 SubscribeForm Node.getSubscriptionOptions(java.lang.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(java.lang.String jid, java.lang.String subscriptionId)
          Get the options for configuring the specified subscription.
 

Methods in org.jivesoftware.smackx.pubsub with parameters of type SubscribeForm
 Subscription Node.subscribe(java.lang.String jid, SubscribeForm subForm)
          The user subscribes to the node using the supplied jid and subscription options.