Uses of Class
org.jivesoftware.smackx.pubsub.packet.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
Modifier 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) -
Uses of PubSub in org.jivesoftware.smackx.pubsub.packet
Modifier and TypeMethodDescriptionstatic PubSub
PubSub.createPubsubPacket
(Jid to, IQ.Type type, NodeExtension extension) -
Uses of PubSub in org.jivesoftware.smackx.pubsub.provider
Modifier and TypeMethodDescriptionPubSubProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)