Package rocks.xmpp.core.sasl.model
Class Abort
- java.lang.Object
-
- rocks.xmpp.core.sasl.model.Abort
-
- All Implemented Interfaces:
StreamElement
public final class Abort extends Object implements StreamElement
The implementation of the<abort/>
element to abort SASL negotiation.The initiating entity aborts the handshake for this authentication mechanism by sending an
<abort/>
element qualified by the 'urn:ietf:params:xml:ns:xmpp-sasl' namespace.Upon receiving an
<abort/>
element, the receiving entity MUST return a<failure/>
element qualified by the 'urn:ietf:params:xml:ns:xmpp-sasl' namespace and containing an<aborted/>
child element.This class is immutable.