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 PubSubNode. createPubsubPacket(IQ.Type type, NodeExtension ext)PubSubNode. modifyAffiliationAsOwner(java.util.List<Affiliation> affiliations)Modify the affiliations for this PubSub node as owner.PubSubNode. modifySubscriptionsAsOwner(java.util.List<Subscription> changedSubs)Modify the subscriptions for this PubSub node as owner.protected PubSubNode. sendPubsubPacket(PubSub packet)Methods in org.jivesoftware.smackx.pubsub with parameters of type PubSub Modifier and Type Method Description protected PubSubNode. 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 PubSubPubSub. 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 PubSubPubSubProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-