Uses of Class
org.jivesoftware.smackx.pubsub.Subscription
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Providers for Publish-Subscribe (XEP-60).
-
Uses of Subscription in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionThe user subscribes to the node using the supplied jid.Node.subscribe
(Jid jid, FillableSubscribeForm subForm) The user subscribes to the node using the supplied jid and subscription options.Modifier and TypeMethodDescriptionNode.getSubscriptions()
Get the subscriptions currently associated with this node.Node.getSubscriptions
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Get the subscriptions currently associated with this node.PubSubManager.getSubscriptions()
Gets the subscriptions on the root node.SubscriptionsExtension.getSubscriptions()
Gets the list of subscriptions.Node.getSubscriptionsAsOwner()
Get the subscriptions currently associated with this node as owner.Node.getSubscriptionsAsOwner
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Get the subscriptions currently associated with this node as owner.Modifier and TypeMethodDescriptionNode.modifySubscriptionsAsOwner
(List<Subscription> changedSubs) Modify the subscriptions for this PubSub node as owner.ModifierConstructorDescriptionSubscriptionsExtension
(String nodeId, List<Subscription> subList) Subscriptions to the specified node.SubscriptionsExtension
(List<Subscription> subList) Subscriptions to the root node.SubscriptionsExtension
(SubscriptionsExtension.SubscriptionsNamespace subscriptionsNamespace, String nodeId, List<Subscription> subList) Subscriptions to the specified node. -
Uses of Subscription in org.jivesoftware.smackx.pubsub.provider
Modifier and TypeMethodDescriptionSubscriptionProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)