Non-SASL Authentication initializer for the initiating entity.

This protocol is defined in JEP-0078 and mainly serves for compatibility with pre-XMPP-1.0 server implementations.

Class Variable INVALID_USER_EVENT Token to signal that authentication failed, due to invalid username. (type: str)
Class Variable AUTH_FAILED_EVENT Token to signal that authentication failed, due to invalid password. (type: str)
Method __init__ Undocumented
Method initialize Undocumented
Method _cbAuthQuery Undocumented
Method _ebAuthQuery Undocumented
Method _cbAuth Undocumented
Method _ebAuth Undocumented
INVALID_USER_EVENT =
Token to signal that authentication failed, due to invalid username. (type: str)
AUTH_FAILED_EVENT =
Token to signal that authentication failed, due to invalid password. (type: str)
def __init__(self, xs):
Undocumented
def initialize(self):
Undocumented
def _cbAuthQuery(self, iq):
Undocumented
def _ebAuthQuery(self, failure):
Undocumented
def _cbAuth(self, iq):
Undocumented
def _ebAuth(self, failure):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.