#include <notificationserver.h>
Public Types | |
| enum | SyncProgress { LST_FL = 1, LST_AL = 2, LST_BL = 4, LST_RL = 8, COMPLETE_BLP = 16, COMPLETE_GTC = 32 } |
| Constants specifying the status of the list synchronisation. More... | |
| enum | PrivacySetting { ALLOW = 'A', BLOCK = 'B' } |
| Treat unknown users as if appearing on this list when they attempt to initiate a switchboard session. More... | |
| enum | NewReverseListEntryAction { PROMPT = 'A', DONT_PROMPT = 'N' } |
| Action to take when a new user appears on our reverse list. More... | |
Public Member Functions | |
| ListSyncInfo (int listVersion_) | |
Public Attributes | |
| std::list< Buddy > | forwardList |
| A list of people who's statuses we are wish to be notified about. | |
| std::list< Buddy > | reverseList |
| A list of people that are interested in our status. | |
| std::list< Buddy > | allowList |
| A list of people we allow to see our status. | |
| std::list< Buddy > | blockList |
| A list of people we disallow from seeing our status. | |
| std::map< int, Group > | groups |
| unsigned int | progress |
| The progress of the sync operation. | |
| unsigned int | usersRemaining |
| unsigned int | groupsRemaining |
| unsigned int | listVersion |
| The version of the contact list to request. | |
| char | privacySetting |
| Specifies the default list for non-buddies to be treated as appearing in when attempting to invite you into a switchboard setting. | |
| char | reverseListPrompting |
| Specifies whether the user should be prompted when a new buddy appears on their reverse list. | |
|
|
Action to take when a new user appears on our reverse list.
|
|
|
Treat unknown users as if appearing on this list when they attempt to initiate a switchboard session.
|
|
|
Constants specifying the status of the list synchronisation.
|
|
|
|
|
|
A list of people we allow to see our status.
|
|
|
A list of people we disallow from seeing our status.
|
|
|
A list of people who's statuses we are wish to be notified about.
|
|
|
|
|
|
|
|
|
The version of the contact list to request.
|
|
|
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 |
|
|
The progress of the sync operation.
|
|
|
A list of people that are interested in our status.
|
|
|
Specifies whether the user should be prompted when a new buddy appears on their reverse list.
This corresponds to the |
|
|
|
1.4.1