Uses of Class
org.jivesoftware.smackx.pubsub.Subscription
-
Packages that use Subscription Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.provider Providers for Publish-Subscribe (XEP-60). -
-
Uses of Subscription in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub with type parameters of type Subscription Modifier and Type Field Description protected java.util.List<Subscription>
SubscriptionsExtension. items
Methods in org.jivesoftware.smackx.pubsub that return Subscription Modifier and Type Method Description Subscription
Node. subscribe(java.lang.String jidString)
Deprecated.useNode.subscribe(Jid)
instead.Subscription
Node. subscribe(java.lang.String jidString, FillableSubscribeForm subForm)
Deprecated.useNode.subscribe(Jid, FillableSubscribeForm)
instead.Subscription
Node. subscribe(Jid jid)
The user subscribes to the node using the supplied jid.Subscription
Node. subscribe(Jid jid, FillableSubscribeForm subForm)
The user subscribes to the node using the supplied jid and subscription options.Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type Subscription Modifier and Type Method Description java.util.List<Subscription>
Node. getSubscriptions()
Get the subscriptions currently associated with this node.java.util.List<Subscription>
Node. getSubscriptions(java.util.List<ExtensionElement> additionalExtensions, java.util.Collection<ExtensionElement> returnedExtensions)
Get the subscriptions currently associated with this node.java.util.List<Subscription>
PubSubManager. getSubscriptions()
Gets the subscriptions on the root node.java.util.List<Subscription>
SubscriptionsExtension. getSubscriptions()
Gets the list of subscriptions.java.util.List<Subscription>
Node. getSubscriptionsAsOwner()
Get the subscriptions currently associated with this node as owner.java.util.List<Subscription>
Node. getSubscriptionsAsOwner(java.util.List<ExtensionElement> additionalExtensions, java.util.Collection<ExtensionElement> returnedExtensions)
Get the subscriptions currently associated with this node as owner.Method parameters in org.jivesoftware.smackx.pubsub with type arguments of type Subscription Modifier and Type Method Description PubSub
Node. modifySubscriptionsAsOwner(java.util.List<Subscription> changedSubs)
Modify the subscriptions for this PubSub node as owner.Constructor parameters in org.jivesoftware.smackx.pubsub with type arguments of type Subscription Constructor Description SubscriptionsExtension(java.lang.String nodeId, java.util.List<Subscription> subList)
Subscriptions to the specified node.SubscriptionsExtension(java.util.List<Subscription> subList)
Subscriptions to the root node.SubscriptionsExtension(SubscriptionsExtension.SubscriptionsNamespace subscriptionsNamespace, java.lang.String nodeId, java.util.List<Subscription> subList)
Subscriptions to the specified node. -
Uses of Subscription in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return Subscription Modifier and Type Method Description Subscription
SubscriptionProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-