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: dictNote: 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 | No summary | 
| Method | getBlockedContacts | Obtain all the contacts on my block list | 
| Method | getAuthorizedContacts | Obtain all the contacts on my auth list. (These are contacts which I have verified can view my state changes). | 
| Method | getReverseContacts | Get all contacts on my reverse list. (These are contacts which have added me to their forward list). | 
| Method | getContacts | Get all contacts on my forward list. (These are the contacts which I have added to my list). | 
| Method | setGroup | Keep a mapping from the given id to the given name. | 
| Method | remGroup | Removed the stored group mapping for the given id. | 
| Method | _getContactsFromList | Obtain all contacts which belong to the given list type. | 
| Returns | the MSNContact object if the user exists, or None. | |