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.
def __init__(self, authzid, authcid, password): (source)
Undocumented
def getInitialResponse(self): (source)

Get the initial client response, if defined for this mechanism.

Returnsinitial client response string. (type: str.)
API Documentation for Twisted, generated by pydoctor at 2015-05-24 20:04:00.