Package rocks.xmpp.core.tls.model
Class Failure
- java.lang.Object
-
- rocks.xmpp.core.tls.model.Failure
-
- All Implemented Interfaces:
StreamElement
public final class Failure extends Object implements StreamElement
Represents the TLS failure case.If the failure case occurs, the receiving entity MUST return a
<failure/>
element qualified by the 'urn:ietf:params:xml:ns:xmpp-tls' namespace, close the XML stream, and terminate the underlying TCP connection.