| Home | Trees | Index | Help |
|---|
| Package twisted :: Package im :: Module basesupport :: Class AbstractAccount |
|
IRCAccount,
PBAccount,
TOCAccount| Method Summary | |
|---|---|
__init__(self,
accountName,
autoLogin,
username,
password,
host,
port)
| |
__getstate__(self)
| |
__setstate__(self,
d)
| |
isOnline(self)
| |
Deferred interfaces.IClient
|
Log on to this account. |
Errorback for logOn. | |
Deferred interfaces.IClient
|
Start the sign on process. |
| Instance Variable Summary | |
|---|---|
accountName
- | |
autoLogin
- | |
host
- | |
password
- | |
port
- | |
username
- | |
_isConnecting
- Whether I am in the process of establishing a connection to the
server. | |
_isOnline
- Whether I am currently on-line with the server. | |
| Class Variable Summary | |
|---|---|
| boolean | _isConnecting
|
| boolean | _isOnline
|
| Method Details |
|---|
logOn(self, chatui)Log on to this account. Takes care to not start a connection if a connection is already in progress. You will need to implement_startLogOn for this to work, and it
would be a good idea to override _loginFailed too.
|
_loginFailed(self, reason)Errorback forlogOn.
|
_startLogOn(self, chatui)Start the sign on process. Factored out oflogOn.
|
| Instance Variable Details |
|---|
accountName |
autoLogin |
host |
password |
port |
username |
_isConnectingWhether I am in the process of establishing a connection to the server. |
_isOnlineWhether I am currently on-line with the server. |
| Class Variable Details |
|---|
_isConnecting
|
_isOnline
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:08 2003 | http://epydoc.sf.net |