Package rocks.xmpp.core.sasl.model
Provides XML schema implementations of the SASL
Namespace.
-
Class Summary 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.Condition A general class for a SASL failure condition.Mechanisms Represents the<mechanisms/>
element as described in Exchange of Stream Headers and Stream FeaturesResponse 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.