# HG changeset patch
# User Ka-Hing Cheung <khc@hxbc.us>
# Date 1223848856 0
# Node ID 94fa764b47e8b95ead35f1c61f38483d6c29ae1c
# Parent  18c497e147aaf4ba159f6ac552629b22171ee923# Parent  b9d4d8a77fefec0b714cf85dcc82af98febd511a
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
     and 'aa359e21a92144319b74112c973bbc7b39254758'

diff -r 18c497e147aa -r 94fa764b47e8 libpurple/protocols/msn/notification.c
--- a/libpurple/protocols/msn/notification.c	Thu Oct 02 21:11:08 2008 +0000
+++ b/libpurple/protocols/msn/notification.c	Sun Oct 12 22:00:56 2008 +0000
@@ -613,13 +613,16 @@
 	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);