From 5a7af1ba940521a65b3611e5f96ffa9306497e45 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 15 Aug 2010 14:02:52 +0100 Subject: The ADL command doesn't support >150 contacts. Split it up. --- protocols/msn/msn.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/msn/msn.h') diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index c7529803..f6666178 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -93,7 +93,12 @@ struct msn_data const struct msn_away_state *away_state; GSList *groups; + + /* Mostly used for sending the ADL command; since MSNP13 the client + is responsible for downloading the contact list and then sending + it to the MSNP server. */ GTree *domaintree; + int adl_todo; }; struct msn_switchboard @@ -163,6 +168,7 @@ typedef enum MSN_BUDDY_BL = 4, MSN_BUDDY_RL = 8, MSN_BUDDY_PL = 16, + MSN_BUDDY_ADL_SYNCED = 256, } msn_buddy_flags_t; struct msn_buddy_data -- cgit v1.2.3