Method Summary |
|
__init__ (self,
accountName,
autoLogin,
username,
password,
host,
port)
(inherited from AbstractAccount )
|
|
__getstate__ (self)
(inherited from AbstractAccount )
|
|
__setstate__ (self,
d)
(inherited from AbstractAccount )
|
|
isOnline (self)
(inherited from AbstractAccount )
|
Deferred interfaces.IClient
|
logOn (self,
chatui)
Log on to this account. (inherited from AbstractAccount )
|
|
_loginFailed (self,
reason)
Errorback for logOn . (inherited from AbstractAccount )
|
Deferred interfaces.IClient
|
_startLogOn (self,
chatui)
Start the sign on process. |