#include <buddy.h>
Each Buddy is made up of their passport address (userName), user-visible display name (friendlyName), zero or more phoneNumbers, and zero or more groups on the buddy list that they belong to.
It is only currently used during MSN::ext::gotBuddyListInfo to store contact information about a buddy that was retrieved during the buddy list synchronisation process.
Public Member Functions | |
| Buddy (Passport userName_, std::string friendlyName_) | |
| bool const | operator== (const Buddy &other) |
Public Attributes | |
| Passport | userName |
| Their passport address. | |
| std::string | friendlyName |
| Their friendly name. | |
| std::list< Buddy::PhoneNumber > | phoneNumbers |
| A list of phone numbers related to this buddy. | |
| std::list< Group * > | groups |
| A list of Group's that this buddy is a member of. | |
Classes | |
| class | PhoneNumber |
| The PhoneNumber class contains information about a single phone number that is retrieved during the buddy list synchronisation process. More... | |
|
||||||||||||
|
|
|
|
|
|
|
Their friendly name.
|
|
|
A list of Group's that this buddy is a member of.
|
|
|
A list of phone numbers related to this buddy.
|
|
|
Their passport address.
|
1.4.1