Uses of Class
org.jivesoftware.smackx.pubsub.PubSubManager
Packages that use PubSubManager
Package
Description
Utility classes for XEP-0373: OpenPGP for XMPP.
Smacks implementation XEP-0163: Personal Eventing Protocol.
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 PubSubManagerModifier and TypeMethodDescriptionstatic LeafNodeOpenPgpPubSubUtil.getOpenLeafNode(PubSubManager pubSubManager, 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 - 
Uses of PubSubManager in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub declared as PubSubManagerMethods in org.jivesoftware.smackx.pubsub that return PubSubManagerModifier and TypeMethodDescriptionstatic 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.