| Package | Description |
|---|---|
| org.jivesoftware.smackx.pubsub |
Smack's API for XEP-60: Publish-Subscribe.
|
| org.jivesoftware.smackx.pubsub.packet |
Stanzas and extension elements for Publish-Subscribe (XEP-60).
|
| Modifier and Type | Method and Description |
|---|---|
PubSubNamespace |
PubSubElementType.getNamespace() |
PubSubNamespace |
Affiliation.getPubSubNamespace() |
| Modifier and Type | Method and Description |
|---|---|
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
ExtensionElement ext,
PubSubNamespace ns) |
| Constructor and Description |
|---|
Affiliation(BareJid jid,
Affiliation.Type affiliation,
PubSubNamespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
static PubSubNamespace |
PubSubNamespace.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PubSubNamespace |
PubSubNamespace.valueOfFromXmlns(java.lang.String ns) |
static PubSubNamespace[] |
PubSubNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PubSub |
PubSub.createPubsubPacket(Jid to,
IQ.Type type,
ExtensionElement extension,
PubSubNamespace ns) |
| Constructor and Description |
|---|
PubSub(Jid to,
IQ.Type type,
PubSubNamespace ns) |
PubSub(PubSubNamespace ns) |