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).
|
Modifier and Type | Method and Description |
---|---|
PubSubNamespace |
PubSubElementType.getNamespace() |
PubSubNamespace |
Affiliation.getPubSubNamespace() |
PubSubNamespace |
NodeExtension.getPubSubNamespace() |
Modifier and Type | Method and Description |
---|---|
static PubSubNamespace |
PubSubNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubNamespace |
PubSubNamespace.valueOfFromXmlns(String ns) |
static PubSubNamespace[] |
PubSubNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PubSub(Jid to,
IQ.Type type,
PubSubNamespace ns) |
PubSub(PubSubNamespace ns) |