Implements interfaces: twisted.words.im.interfaces.IAccount

Undocumented
Class Variable gatewayType Undocumented
Method __init__ No summary
Instance Variable channels Undocumented
Method _startLogOn Start the sign on process.

Inherited from AbstractAccount:

Instance Variable accountName
Instance Variable autoLogin
Instance Variable username
Instance Variable password
Instance Variable host
Instance Variable port
Instance Variable client Undocumented
Class Variable persistanceVersion Undocumented
Method upgrateToVersion2 Undocumented
Method __getstate__ Get state, adding a version number to it on its way out.
Method isOnline Undocumented
Method logOn Log on to this account.
Method getGroup Group factory.
Method getPerson Person factory.
Method __repr__ Undocumented
Class Variable _groupFactory A Callable that will return a IGroup appropriate for this account type.
Class Variable _personFactory A Callable that will return a IPerson appropriate for this account type.
Instance Variable _isConnecting Whether I am in the process of establishing a connection to the server.
Instance Variable _isOnline Whether I am currently on-line with the server.
Instance Variable _groups Undocumented
Instance Variable _persons Undocumented
Method _cb_logOn Undocumented
Method _loginFailed Errorback for logOn.
Method _clientLost Undocumented

Inherited from Versioned (via AbstractAccount):

Class Variable persistenceVersion Undocumented
Class Variable persistenceForgets Undocumented
Method __setstate__ Undocumented
Instance Variable __dict__ Undocumented
Method versionUpgrade (internal) Do a version upgrade.
gatewayType =
Undocumented
(type: str)
def __init__(self, accountName, autoLogin, username, password, host, port, channels=""""""): (source)
ParametersaccountNameA name to refer to the account by locally. (type: string)
channels =
Undocumented
(type: List)
def _startLogOn(self, chatui): (source)

Start the sign on process.

Factored out of logOn.

Returns (type: Deferred interfaces.IClient)
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.