Part of twisted.words.im.baseaccount View Source View In Hierarchy
I am responsible for managing a user's accounts.
That is, remembering what accounts are available, their settings, adding and removal of accounts, etc.| Instance Variables | accounts | A collection of available accounts.
(type: mapping of strings to Accounts.
) |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 18 | Method | __init__ | Undocumented |
| 21 | Method | getSnapShot | A snapshot of all the accounts and their status. |
| 34 | Method | isEmpty | Undocumented |
| 37 | Method | getConnectionInfo | Undocumented |
| 43 | Method | addAccount | Undocumented |
| 46 | Method | delAccount | Undocumented |
| 49 | Method | connect | |
| 55 | Method | disconnect | Undocumented |
| 59 | Method | quit | Undocumented |
| Returns | A list of tuples, each of the form (string:accountName, boolean:isOnline, boolean:autoLogin, string:gatewayType) | |