Package | Description |
---|---|
org.jivesoftware.smackx.pubsub | |
org.jivesoftware.smackx.pubsub.packet |
Modifier and Type | Method and Description |
---|---|
PubSubNamespace |
PubSubElementType.getNamespace() |
Modifier and Type | Method and Description |
---|---|
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
ExtensionElement ext,
PubSubNamespace ns) |
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.
|
Modifier and Type | Method and Description |
---|---|
static PubSub |
PubSub.createPubsubPacket(String to,
IQ.Type type,
ExtensionElement extension,
PubSubNamespace ns) |
Constructor and Description |
---|
PubSub(PubSubNamespace ns) |
PubSub(String to,
IQ.Type type,
PubSubNamespace ns) |