Package rocks.xmpp.core.sasl.model
Class Success
- java.lang.Object
-
- rocks.xmpp.core.sasl.model.Success
-
- All Implemented Interfaces:
StreamElement
public final class Success extends Object implements StreamElement
The implementation of the<success/>
element, which indicates success during SASL negotiation.The receiving entity reports success of the handshake by sending a
<success/>
element qualified by the 'urn:ietf:params:xml:ns:xmpp-sasl' namespace; this element MAY contain XML character data (in SASL terminology, "additional data with success") if the chosen SASL mechanism supports or requires it.This class is immutable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getAdditionalData()
Gets additional data.String
toString()
-