public final class Proceed extends java.lang.Object implements StreamElement
Represents the TLS proceed case.
If the proceed case occurs, the receiving entity MUST return a
<proceed/>element qualified by the ‘urn:ietf:params:xml:ns:xmpp-tls’ namespace.
| Modifier and Type | Field and Description |
|---|---|
static Proceed |
INSTANCE
The
<proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> element. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final Proceed INSTANCE
The <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> element.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.