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,
PacketExtension ext,
PubSubNamespace ns) |
Modifier and Type | Method and Description |
---|---|
PubSubNamespace |
PubSub.getPubSubNamespace()
Returns the current value of the namespace.
|
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,
PacketExtension extension,
PubSubNamespace ns) |
void |
PubSub.setPubSubNamespace(PubSubNamespace ns)
Set the namespace for the packet if it something other than the default
case of
BASIC . |
Constructor and Description |
---|
PubSub(String to,
IQ.Type type,
PubSubNamespace ns) |