twisted.words.protocols.jabber.sasl_mechanisms.ISASLMechanism(Interface) interface documentationtwisted.words.protocols.jabber.sasl_mechanisms
(View In Hierarchy)
Known implementations: twisted.words.protocols.jabber.sasl_mechanisms.Anonymous, twisted.words.protocols.jabber.sasl_mechanisms.DigestMD5, twisted.words.protocols.jabber.sasl_mechanisms.Plain, twisted.words.test.test_jabbersasl.DummySASLMechanism
| Attribute | name | Common name for the SASL Mechanism. | 
| Method | getInitialResponse | Get the initial client response, if defined for this mechanism. | 
| Method | getResponse | Get the response to a server challenge. |