Uses of Class
org.jivesoftware.smackx.pubsub.packet.PubSub
Packages that use PubSub
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Stanzas and extension elements for Publish-Subscribe (XEP-60).
Providers for Publish-Subscribe (XEP-60).
-
Uses of PubSub in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return PubSubModifier and TypeMethodDescriptionprotected PubSub
Node.createPubsubPacket
(IQ.Type type, NodeExtension ext) Node.modifyAffiliationAsOwner
(List<Affiliation> affiliations) Modify the affiliations for this PubSub node as owner.Node.modifySubscriptionsAsOwner
(List<Subscription> changedSubs) Modify the subscriptions for this PubSub node as owner.protected PubSub
Node.sendPubsubPacket
(PubSub packet) Methods in org.jivesoftware.smackx.pubsub with parameters of type PubSub -
Uses of PubSub in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet that return PubSubModifier and TypeMethodDescriptionstatic PubSub
PubSub.createPubsubPacket
(Jid to, IQ.Type type, NodeExtension extension) -
Uses of PubSub in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return PubSubModifier and TypeMethodDescriptionPubSubProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)