#include <notificationserver.h>
Public Types | |
enum | SyncProgress { LST_AB = 1, LST_AL = 2, LST_BL = 4, LST_RL = 8, LST_PL = 16, COMPLETE_BLP = 32 } |
enum | PrivacySetting { ALLOW = 'A', BLOCK = 'B' } |
enum | NewReverseListEntryAction |
Public Attributes | |
std::map< std::string, Buddy * > | contactList |
unsigned int | progress |
std::string | lastChange |
char | privacySetting |
char | reverseListPrompting |
Contains information about synchronising the contact list with the server.
Action to take when a new user appears on our reverse list.
std::map<std::string, Buddy *> MSN::ListSyncInfo::contactList |
A list of people who's statuses we are wish to be notified about.
std::string MSN::ListSyncInfo::lastChange |
Last change on Address Book and lists timestamp
Specifies the default list for non-buddies to be treated as appearing in when attempting to invite you into a switchboard setting.
This corresponds to the BLP
command in the MSN protocol.
unsigned int MSN::ListSyncInfo::progress |
The progress of the sync operation.
Specifies whether the user should be prompted when a new buddy appears on their reverse list.
This corresponds to the GTC
command in the MSN protocol.