libpurple/protocols/msn/notification.c

changeset 24380
af8f652c2701
parent 24142
b1d0d9f08a35
child 24381
88dab4cf9381
child 24382
69864c673ea5
--- 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);
 

mercurial