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.
Class Variable AUTH_FAILED_EVENT Token to signal that authentication failed, due to invalid password.
Method __init__ Undocumented
Instance Variable xmlstream 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
xmlstream =
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 2020-03-20 23:54:06.