interface documentation
class ISASLMechanism(Interface): (source)
Known implementations: twisted.words.protocols.jabber.sasl_mechanisms.Anonymous
, twisted.words.protocols.jabber.sasl_mechanisms.DigestMD5
, twisted.words.protocols.jabber.sasl_mechanisms.Plain
Undocumented
Method | get |
Get the initial client response, if defined for this mechanism. |
Method | get |
Get the response to a server challenge. |
Attribute | name |
Common name for the SASL Mechanism. |