diff options
author | Piotr Piastucki <leech.miranda@gmail.com> | 2015-05-18 18:53:46 +0000 |
---|---|---|
committer | Piotr Piastucki <leech.miranda@gmail.com> | 2015-05-18 18:53:46 +0000 |
commit | c12830cc2e7a2ee578fb75bf8f195446d7a1e58f (patch) | |
tree | 36843d4d5206efdc6bdc82e12a0ec4edf535b02e /protocols/MSN/src/msn_global.h | |
parent | f93f5741bc2f8afc855f67b34732ff110c9e62ea (diff) |
Send correct capabilities on PUT presence
git-svn-id: http://svn.miranda-ng.org/main/trunk@13682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|