From 3b9390b811d877e50b9e54109c52b60e789bd04e Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 18 Dec 2005 11:39:13 +0100 Subject: When trying to talk to MSN people who are offline, the switchboard gets reset to a spare correctly. This fixes a problem with messages to MSN people not arriving sometimes. --- protocols/msn/msn.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/msn/msn.h') diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 61231d8a..c8c7a788 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -126,6 +126,8 @@ struct msn_handler_data /* Bitfield values for msn_status_code.flags */ #define STATUS_FATAL 1 #define STATUS_SB_FATAL 2 +#define STATUS_SB_IM_SPARE 4 /* Make one-to-one conversation switchboard available again, invite failed. */ +#define STATUS_SB_CHAT_SPARE 8 /* Same, but also for groupchats (not used yet). */ int msn_chat_id; extern struct msn_away_state msn_away_state_list[]; -- cgit v1.2.3