Uses of Class
org.jivesoftware.smackx.pubsub.PubSubManager
-
Packages that use PubSubManager Package Description org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.pep Smacks implementation XEP-0163: Personal Eventing Protocol.org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of PubSubManager in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util with parameters of type PubSubManager Modifier and Type Method Description static LeafNode
OpenPgpPubSubUtil. getOpenLeafNode(PubSubManager pubSubManager, java.lang.String nodeName)
Use reflection magic to get aLeafNode
without doing a disco#info query. -
Uses of PubSubManager in org.jivesoftware.smackx.pep
Methods in org.jivesoftware.smackx.pep that return PubSubManager Modifier and Type Method Description PubSubManager
PepManager. getPepPubSubManager()
-
Uses of PubSubManager in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub declared as PubSubManager Modifier and Type Field Description protected PubSubManager
Node. pubSubManager
Methods in org.jivesoftware.smackx.pubsub that return PubSubManager Modifier and Type Method Description static PubSubManager
PubSubManager. getInstance(XMPPConnection connection)
Deprecated.usegetInstanceFor(XMPPConnection)
instead.static PubSubManager
PubSubManager. getInstance(XMPPConnection connection, BareJid pubSubService)
Deprecated.usegetInstanceFor(XMPPConnection, BareJid)
instead.static PubSubManager
PubSubManager. getInstanceFor(XMPPConnection connection)
Get a PubSub manager for the default PubSub service of the connection.static PubSubManager
PubSubManager. getInstanceFor(XMPPConnection connection, BareJid pubSubService)
Get the PubSub manager for the given connection and PubSub service.
-