comparison 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
comparison
equal deleted inserted replaced
20446:9e585c2dbf07 20447:18ecdee88ed0
33 typedef enum 33 typedef enum
34 { 34 {
35 MSN_LIST_FL, 35 MSN_LIST_FL,
36 MSN_LIST_AL, 36 MSN_LIST_AL,
37 MSN_LIST_BL, 37 MSN_LIST_BL,
38 MSN_LIST_RL 38 MSN_LIST_RL,
39 MSN_LIST_PL
39 40
40 } MsnListId; 41 } MsnListId;
41 42
42 typedef struct 43 typedef struct
43 { 44 {