twisted.words.protocols.jabber.client.IQAuthInitializer(object)
class documentationtwisted.words.protocols.jabber.client
View Source
(View In Hierarchy)
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 |
str
)
str
)