public final class Response extends java.lang.Object implements StreamElement
The implementation of the <response/> element, which is sent during the SASL negotiation.
6.4.3. Challenge-Response Sequence
The initiating entity responds to the challenge by sending a
<response/>element qualified by the ‘urn:ietf:params:xml:ns:xmpp-sasl’ namespace; this element MAY contain XML character data (which MUST be generated in accordance with the definition of the SASL mechanism chosen by the initiating entity).
This class is immutable.
Challenge| Constructor and Description |
|---|
Response(byte[] value)
Creates a response to a
Challenge. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue()
Gets the value.
|
java.lang.String |
toString() |
public Response(byte[] value)
Creates a response to a Challenge.
value - The value.Copyright © 2014–2019 XMPP.rocks. All rights reserved.