| Package | Description |
|---|---|
| org.jivesoftware.smack.packet |
XML packets that are part of the XMPP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamOpen.StreamContentNamespace |
StreamOpen.StreamContentNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamOpen.StreamContentNamespace[] |
StreamOpen.StreamContentNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StreamOpen(CharSequence to,
CharSequence from,
String id,
String lang,
StreamOpen.StreamContentNamespace ns) |