Uses of Class
org.jivesoftware.smackx.pubsub.packet.PubSub
-
Packages that use PubSub Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.packet Stanzas and extension elements for Publish-Subscribe (XEP-60).org.jivesoftware.smackx.pubsub.provider Providers for Publish-Subscribe (XEP-60). -
-
Uses of PubSub in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return PubSub Modifier and Type Method Description protected PubSub
Node. createPubsubPacket(IQ.Type type, NodeExtension ext)
PubSub
Node. modifyAffiliationAsOwner(List<Affiliation> affiliations)
Modify the affiliations for this PubSub node as owner.PubSub
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 Modifier and Type Method Description protected PubSub
Node. sendPubsubPacket(PubSub packet)
-
Uses of PubSub in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet that return PubSub Modifier and Type Method Description static 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 PubSub Modifier and Type Method Description PubSub
PubSubProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-