| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.sasl |
SASL Mechanisms.
|
| org.jivesoftware.smack.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SASLAuthentication.authenticationFailed(SaslStreamElements.SASLFailure saslFailure)
Notification message saying that SASL authentication has failed.
|
| Modifier and Type | Method and Description |
|---|---|
SaslStreamElements.SASLFailure |
SASLErrorException.getSASLFailure() |
| Constructor and Description |
|---|
SASLErrorException(String mechanism,
SaslStreamElements.SASLFailure saslFailure) |
SASLErrorException(String mechanism,
SaslStreamElements.SASLFailure saslFailure,
Map<String,String> texts) |
| Modifier and Type | Method and Description |
|---|---|
static SaslStreamElements.SASLFailure |
PacketParserUtils.parseSASLFailure(org.xmlpull.v1.XmlPullParser parser)
Parses SASL authentication error packets.
|