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 LeafNodeOpenPgpPubSubUtil. getOpenLeafNode(PubSubManager pubSubManager, java.lang.String nodeName)Use reflection magic to get aLeafNodewithout 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 PubSubManagerPepManager. getPepPubSubManager() -
Uses of PubSubManager in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub declared as PubSubManager Modifier and Type Field Description protected PubSubManagerNode. pubSubManagerMethods in org.jivesoftware.smackx.pubsub that return PubSubManager Modifier and Type Method Description static PubSubManagerPubSubManager. getInstance(XMPPConnection connection)Deprecated.usegetInstanceFor(XMPPConnection)instead.static PubSubManagerPubSubManager. getInstance(XMPPConnection connection, BareJid pubSubService)Deprecated.usegetInstanceFor(XMPPConnection, BareJid)instead.static PubSubManagerPubSubManager. getInstanceFor(XMPPConnection connection)Get a PubSub manager for the default PubSub service of the connection.static PubSubManagerPubSubManager. getInstanceFor(XMPPConnection connection, BareJid pubSubService)Get the PubSub manager for the given connection and PubSub service.
-