class twisted.words.im.interfaces.IAccount(Interface): (source)
Known implementations: twisted.words.im.ircsupport.IRCAccount, twisted.words.im.pbsupport.PBAccount
I represent a user's account with a chat service.
| Attribute | client | The IClient currently connecting to this account, if any. |
| Attribute | gatewayType | A str that identifies the protocol used by this account. |
| Method | __init__ | No summary |
| Method | isOnline | Am I online? |
| Method | logOn | Go on-line. |
| Method | logOff | Sign off. |
| Method | getGroup | |
| Method | getPerson |
| Parameters | accountName | A name to refer to the account by locally. (type: string) |
| autoLogin | Undocumented (type: boolean) | |
| username | Undocumented (type: string) | |
| password | Undocumented (type: string) | |
| host | Undocumented (type: string) | |
| port | Undocumented (type: integer) |