Uses of Class
org.jivesoftware.smackx.pubsub.Subscription
Packages that use 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
Fields in org.jivesoftware.smackx.pubsub with type parameters of type SubscriptionMethods in org.jivesoftware.smackx.pubsub that return SubscriptionModifier 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.Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type SubscriptionModifier 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.Method parameters in org.jivesoftware.smackx.pubsub with type arguments of type SubscriptionModifier and TypeMethodDescriptionNode.modifySubscriptionsAsOwner
(List<Subscription> changedSubs) Modify the subscriptions for this PubSub node as owner.Constructor parameters in org.jivesoftware.smackx.pubsub with type arguments of type SubscriptionModifierConstructorDescriptionSubscriptionsExtension
(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
Methods in org.jivesoftware.smackx.pubsub.provider that return SubscriptionModifier and TypeMethodDescriptionSubscriptionProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)