| Method Summary |
| |
__init__(self,
accountName,
autoLogin,
username,
password,
host,
port,
channels)
|
| |
__getstate__(self)
(inherited from AbstractAccount)
|
| |
__repr__(self)
(inherited from AbstractAccount)
|
| |
__setstate__(self,
state)
(inherited from Versioned)
|
| |
getGroup(self,
name)
Group factory. (inherited from AbstractAccount)
|
| |
getPerson(self,
name)
Person factory. (inherited from AbstractAccount)
|
| |
isOnline(self)
(inherited from AbstractAccount)
|
Deferred interfaces.IClient
|
logOn(self,
chatui)
Log on to this account. (inherited from AbstractAccount)
|
| |
upgrateToVersion2(self)
(inherited from AbstractAccount)
|
| |
versionUpgrade(self)
(internal) Do a version upgrade. (inherited from Versioned)
|