diff options
Diffstat (limited to 'protocols/MSN/src/msn_global.h')
-rw-r--r-- | protocols/MSN/src/msn_global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h index 88e600038e..481080e507 100644 --- a/protocols/MSN/src/msn_global.h +++ b/protocols/MSN/src/msn_global.h @@ -741,6 +741,9 @@ struct MsnContact #define capex_SupportsP4Activity 0x40000000
#define capex_SupportsChats 0x80000000
+#define capexex_SupportsMissedConversations 0x00000001
+#define capexex_SupportsShortCircuit 0x00000020
+
#define NETID_UNKNOWN 0
#define NETID_MSN 1
#define NETID_LCS 2
|