| Home | Trees | Index | Help |
|---|
| Package twisted :: Package im :: Module tocsupport :: Class TOCAccount |
|
Versioned--+ |AbstractAccount--+ | TOCAccount
| Method Summary | |
|---|---|
__init__(self,
accountName,
autoLogin,
username,
password,
host,
port)
(inherited from AbstractAccount)
| |
__getstate__(self)
(inherited from AbstractAccount)
| |
__repr__(self)
(inherited from AbstractAccount)
| |
__setstate__(self,
state)
(inherited from Versioned)
| |
Group factory. (inherited from AbstractAccount)
| |
Person factory. (inherited from AbstractAccount)
| |
isOnline(self)
(inherited from AbstractAccount)
| |
Deferred interfaces.IClient
|
Log on to this account. (inherited from AbstractAccount)
|
upgrateToVersion2(self)
(inherited from AbstractAccount)
| |
(internal) Do a version upgrade. (inherited from Versioned)
| |
_cb_logOn(self,
client)
(inherited from AbstractAccount)
| |
_clientLost(self,
client,
reason)
(inherited from AbstractAccount)
| |
| Failure |
Errorback for logOn. (inherited from AbstractAccount)
|
Deferred interfaces.IClient
|
Start the sign on process. |
| Class Variable Summary | |
|---|---|
tuple |
__implements__
|
str |
gatewayType
|
class |
TOCGroup
|
class |
TOCPerson
|
| Method Details |
|---|
_startLogOn(self, chatui)Start the sign on process. Factored out oflogOn.
|
| Class Variable Details |
|---|
__implements__
|
gatewayType
|
TOCGroupTOCGroup = twisted.im.tocsupport.TOCGroup
|
TOCPersonTOCPerson = twisted.im.tocsupport.TOCPerson
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:05 2003 | http://epydoc.sf.net |