
Chapter 7. BuddyList service 177
Next, we will save the BL structure in a class member called m_pMyBuddyList.
We will use this member to save the buddylist in storage for every user change
(adding or removing names).
Finally, after passing this method, the user will see all the people that have been
added to his/her stored buddylist by this client or another Sametime client, such
as the Sametime desktop connect client.
7.5 Handling a load failure
When trying to load the user buddylist content, we might get a fail response. This
can happen if the user does not have a buddylist stored or if there is some kind of
problem with the service. We would ...