# HG changeset patch # User Elliott Sales de Andrade # Date 1221611396 0 # Node ID 2d7a8d15f3a3bf8bf7ee245596b7b7fd82a21a63 # Parent 2457162f675089c5c151c1aec0f85458dce644c2 disapproval of revision 'c3270f154f1777243d7c71b4e7eaa86bb417d93a' diff -r 2457162f6750 -r 2d7a8d15f3a3 libpurple/protocols/msn/notification.c --- a/libpurple/protocols/msn/notification.c Thu Aug 21 05:23:47 2008 +0000 +++ b/libpurple/protocols/msn/notification.c Wed Sep 17 00:29:56 2008 +0000 @@ -613,16 +613,13 @@ xmlnode_set_attrib(adl_node, "l", "1"); /*get the userlist*/ - for (l = session->userlist->users; l != NULL; l = l->next) { + for (l = session->userlist->users; l != NULL; l = l->next){ user = l->data; /* skip RL & PL during initial dump */ if (!(user->list_op & MSN_LIST_OP_MASK)) continue; - if (!strcmp(user->passport, "messenger@microsoft.com")) - continue; - msn_add_contact_xml(session, adl_node, user->passport, user->list_op & MSN_LIST_OP_MASK, user->networkid);