Part of twisted.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__ | Undocumented | 
| Method | getInitialResponse | Get the initial client response, if defined for this mechanism. | 
| Returns | initial client response string.
 (type: str.
) | |