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).
|
Modifier and Type | Method and Description |
---|---|
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
NodeExtension ext) |
PubSub |
Node.modifyAffiliationAsOwner(List<Affiliation> affiliations)
Modify the affiliations for this PubSub node as owner.
|
PubSub |
Node.modifySubscriptionsAsOwner(List<Subscription> changedSubs)
Modify the subscriptions for this PubSub node as owner.
|
protected PubSub |
Node.sendPubsubPacket(PubSub packet) |
Modifier and Type | Method and Description |
---|---|
protected PubSub |
Node.sendPubsubPacket(PubSub packet) |
Modifier and Type | Method and Description |
---|---|
static PubSub |
PubSub.createPubsubPacket(org.jxmpp.jid.Jid to,
IQ.Type type,
NodeExtension extension) |
Modifier and Type | Method and Description |
---|---|
PubSub |
PubSubProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |