Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
Modifier and Type | Field and Description |
---|---|
protected PubSubManager |
Node.pubSubManager |
Modifier and Type | Method and Description |
---|---|
static PubSubManager |
PubSubManager.getInstance(XMPPConnection connection)
Get a PubSub manager for the default PubSub service of the connection.
|
static PubSubManager |
PubSubManager.getInstance(XMPPConnection connection,
org.jxmpp.jid.BareJid pubSubService)
Get the PubSub manager for the given connection and PubSub service.
|