| Package | Description |
|---|---|
| org.jivesoftware.smack.packet |
XML packets that are part of the XMPP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamError.Condition |
StreamError.Condition.fromString(String string) |
StreamError.Condition |
StreamError.getCondition() |
static StreamError.Condition |
StreamError.Condition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamError.Condition[] |
StreamError.Condition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StreamError(StreamError.Condition condition,
String conditionText,
Map<String,String> descriptiveTexts,
List<ExtensionElement> extensions) |