class IAccount(Interface): (source)
Known implementations: twisted.words.im.ircsupport.IRCAccount
, twisted.words.im.pbsupport.PBAccount
Method | __init__ |
No summary |
Method | getGroup |
|
Method | getPerson |
|
Method | isOnline |
Am I online? |
Method | logOff |
Sign off. |
Method | logOn |
Go on-line. |
Attribute | client |
The IClient currently connecting to this account, if any. |
Attribute | gatewayType |
A str that identifies the protocol used by this account. |