| Home | Trees | Index | Help |
|---|
| Package twisted :: Package im :: Module interfaces :: Class IAccount |
|
Interface --+
|
IAccount
| Method Summary | |
|---|---|
| |
| boolean |
Am I online? |
Sign off. | |
Deferred Client
|
Go on-line. |
| Class Variable Summary | |
|---|---|
| string | gatewayType
- Identifies the protocol used by this account. |
| Method Details |
|---|
__init__(self,
accountName,
autoLogin,
username,
password,
host,
port)
|
isOnline(self)Am I online?
|
logOff(self)Sign off. |
logOn(self)Go on-line.
|
| Class Variable Details |
|---|
gatewayTypeIdentifies the protocol used by this account.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:37 2003 | http://epydoc.sf.net |