aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-18 11:39:13 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-18 11:39:13 +0100
commit3b9390b811d877e50b9e54109c52b60e789bd04e (patch)
treef4e37aaeace1704697c4a46a42113e67852ebb12 /protocols/msn/msn.h
parent43f205b144412ab1186a545321b54792d92d2043 (diff)
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.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r--protocols/msn/msn.h2
1 files changed, 2 insertions, 0 deletions
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[];