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): (source)
Undocumented
def initialize(self): (source)
Undocumented
def _cbAuthQuery(self, iq): (source)
Undocumented
def _ebAuthQuery(self, failure): (source)
Undocumented
def _cbAuth(self, iq): (source)
Undocumented
def _ebAuth(self, failure): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2016-10-29 16:19:29.