From c12830cc2e7a2ee578fb75bf8f195446d7a1e58f Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Mon, 18 May 2015 18:53:46 +0000 Subject: Send correct capabilities on PUT presence git-svn-id: http://svn.miranda-ng.org/main/trunk@13682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_global.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/MSN/src/msn_global.h') 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 -- cgit v1.2.3