#include <buddy.h>
Classes | |
class | PhoneNumber |
Public Attributes | |
std::map< std::string, std::string > | properties |
Passport | userName |
std::string | friendlyName |
std::list< Buddy::PhoneNumber > | phoneNumbers |
std::list< Group * > | groups |
unsigned int | lists |
Each Buddy is made up of their passport address (userName), user-visible display name (friendlyName), a list of properties (properties) and zero or more groups on the buddy list that they belong to.
std::string MSN::Buddy::friendlyName |
Their friendly name
std::list<Group *> MSN::Buddy::groups |
A list of Group's that this buddy is a member of
unsigned int MSN::Buddy::lists |
Lists which this contact belong. Pending, Forward, Block...
std::list<Buddy::PhoneNumber> MSN::Buddy::phoneNumbers |
A list of phone numbers related to this buddy
std::map<std::string, std::string> MSN::Buddy::properties |
all the properties received at login time
Their passport address