twisted.words.protocols.jabber.sasl_mechanisms.Plain(object)
class documentationtwisted.words.protocols.jabber.sasl_mechanisms
View Source
(View In Hierarchy)
Implements interfaces: twisted.words.protocols.jabber.sasl_mechanisms.ISASLMechanism
Implements the PLAIN SASL authentication mechanism.
The PLAIN SASL authentication mechanism is defined in RFC 2595.
Method | __init__ | |
Method | getInitialResponse | Get the initial client response, if defined for this mechanism. |
Get the initial client response, if defined for this mechanism.
Returns | initial client response string. (type: str .) |