See: Description
| Class | Description |
|---|---|
| Abort |
The implementation of the
<abort/> element to abort SASL negotiation. |
| Auth |
The implementation of the
<auth/> element to initialize the SASL authentication process. |
| Challenge |
The implementation of the
<challenge/> element, which is sent during SASL negotiation. |
| Failure |
The implementation of the
<failure/> element, which indicates a SASL failure. |
| Failure.Aborted |
The implementation of the
<aborted/> SASL failure. |
| Failure.AccountDisabled |
The implementation of the
<account-disabled/> SASL failure. |
| Failure.Condition |
A general class for a SASL failure condition.
|
| Failure.CredentialsExpired |
The implementation of the
<credentials-expired/> SASL failure. |
| Failure.EncryptionRequired |
The implementation of the
<encryption-required/> SASL failure. |
| Failure.IncorrectEncoding |
The implementation of the
<incorrect-encoding/> SASL failure. |
| Failure.InvalidAuthzid |
The implementation of the
<invalid-authzid/> SASL failure. |
| Failure.InvalidMechanism |
The implementation of the
<invalid-mechanism/> SASL failure. |
| Failure.MalformedRequest |
The implementation of the
<malformed-request/> SASL failure. |
| Failure.MechanismTooWeak |
The implementation of the
<mechanism-too-weak/> SASL failure. |
| Failure.NotAuthorized |
The implementation of the
<not-authorized/> SASL failure. |
| Failure.TemporaryAuthFailure |
The implementation of the
<temporary-auth-failure/> SASL failure. |
| Mechanisms |
Represents the
<mechanisms/> element as described in Exchange of Stream Headers and Stream Features |
| Response |
The implementation of the
<response/> element, which is sent during the SASL negotiation. |
| Success |
The implementation of the
<success/> element, which indicates success during SASL negotiation. |
Copyright © 2014 XMPP.rocks. All rights reserved.