diff libpurple/protocols/msn/userlist.h @ 20447:18ecdee88ed0

Add Pending list to recognized lists during contact list parsing Don't try pushing Reverse or Pending lists to notification server Improvements to detecting Yahoo users so Passports with @yahoo.com addresses will work better. Fixes #1331
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 28 May 2007 16:12:25 +0000
parents 60bc06498746
children eb93710aec4d
line wrap: on
line diff
--- a/libpurple/protocols/msn/userlist.h	Mon May 28 02:20:41 2007 +0000
+++ b/libpurple/protocols/msn/userlist.h	Mon May 28 16:12:25 2007 +0000
@@ -35,7 +35,8 @@
 	MSN_LIST_FL,
 	MSN_LIST_AL,
 	MSN_LIST_BL,
-	MSN_LIST_RL
+	MSN_LIST_RL,
+	MSN_LIST_PL
 
 } MsnListId;