interface documentation
class IAccount(Interface): (source)
Constructor: IAccount(autoLogin, username, password, host, port)
Known implementations: twisted.words.im.ircsupport.IRCAccount, twisted.words.im.pbsupport.PBAccount
I represent a user's account with a chat service.
| Method | __init__ |
No summary |
| Method | get |
No summary |
| Method | get |
No summary |
| Method | is |
Am I online? |
| Method | log |
Sign off. |
| Method | log |
Go on-line. |
| Attribute | client |
The IClient currently connecting to this account, if any. |
| Attribute | gateway |
A str that identifies the protocol used by this account. |