class documentation

class Anonymous: (source)

Implements interfaces: twisted.words.protocols.jabber.sasl_mechanisms.ISASLMechanism

View In Hierarchy

Implements the ANONYMOUS SASL authentication mechanism.

This mechanism is defined in RFC 2245.

Method get​Initial​Response Get the initial client response, if defined for this mechanism.
Method get​Response Get the response to a server challenge.
Class Variable name Common name for the SASL Mechanism.
def getInitialResponse(self): (source)
Get the initial client response, if defined for this mechanism.
Returns
str.initial client response string.
def getResponse(self, challenge): (source)
Get the response to a server challenge.
Parameters
challenge:str.server challenge.
Returns
str.client response.