Part of twisted.words.im.interfaces View Source View In Hierarchy
Known implementations: twisted.words.im.ircsupport.IRCAccount, twisted.words.im.pbsupport.PBAccount, twisted.words.im.tocsupport.TOCAccount
Instance Variables | client | The Client currently connecting to this account, if any.
(type: IClient
) |
Class Variables | gatewayType | Identifies the protocol used by this account. (type: string ) |
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 | (type: boolean ) | |
username | (type: string ) | |
password | (type: string ) | |
host | (type: string ) | |
port | (type: integer ) |
Parameters | chatui | (type: Implementor of IChatUI
) |
Returns | (type: Deferred Client
) |