Class Abort

  • All Implemented Interfaces:
    StreamElement

    public final class Abort
    extends Object
    implements StreamElement
    The implementation of the <abort/> element to abort SASL negotiation.

    6.4.4. Abort

    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.

    • Field Detail

      • INSTANCE

        public static final Abort INSTANCE
        The implementation of the <abort/> element.