Package | Description |
---|---|
org.jivesoftware.smack.sasl |
Classes and interfaces for SASL based XMPP authentication.
|
org.jivesoftware.smack.sasl.packet |
Stanzas, plain stream- and extension elements for SASL.
|
Modifier and Type | Method and Description |
---|---|
static SASLError |
SASLError.fromString(String string) |
static SASLError |
SASLError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SASLError[] |
SASLError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SASLError |
SaslStreamElements.SASLFailure.getSASLError()
Get the SASL related error condition.
|