Part of twisted.words.protocols.msn View Source View In Hierarchy
Instance Variables | contacts | All contacts on my various lists (type: dict (mapping user handles to MSNContact objects) ) |
version | The current contact list version (used for list syncing) | |
groups | a mapping of group ids to group names (groups can only exist on the forward
list)
(type: dict
Note: This is used only for storage and doesn't effect the server's contact list. ) |
Method | __init__ | Undocumented |
Method | addContact | Add a contact |
Method | remContact | Remove a contact |
Method | getContact | Obtain the MSNContact object |
Method | getBlockedContacts | Obtain all the contacts on my block list |
Method | getAuthorizedContacts | Obtain all the contacts on my auth list. |
Method | getReverseContacts | Get all contacts on my reverse list. |
Method | getContacts | Get all contacts on my forward list. |
Method | setGroup | Keep a mapping from the given id |
Method | remGroup | Removed the stored group |
Method | _getContactsFromList | Obtain all contacts which belong |
Returns | the MSNContact object if the user exists, or None. |