diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2016-09-01 11:58:27 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2016-09-01 11:58:27 +0000 |
commit | ecfe7288fee11443d9a0f48ca38daa2aabf955c5 (patch) | |
tree | c61359697d96cd3395410af87f95c2a6581d0579 /protocols/JabberG | |
parent | 95dccf315ba175eaf848fd6d85af6eb306a7482f (diff) |
protocol:
jabber:
added caps for fututer omemo implementation
git-svn-id: http://svn.miranda-ng.org/main/trunk@17236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG')
-rwxr-xr-x[-rw-r--r--] | protocols/JabberG/src/jabber_caps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_caps.h b/protocols/JabberG/src/jabber_caps.h index b4b9e78ec2..f5e5b2c26d 100644..100755 --- a/protocols/JabberG/src/jabber_caps.h +++ b/protocols/JabberG/src/jabber_caps.h @@ -110,6 +110,8 @@ typedef unsigned __int64 JabberCapsBits; #define JABBER_CAPS_MIROTR ((JabberCapsBits)1<<42)
#define JABBER_FEAT_NEWGPG L"http://miranda-ng.org/caps/new_gpg"
#define JABBER_CAPS_NEWGPG ((JabberCapsBits)1<<43)
+#define JABBER_FEAT_OMEMO L"eu.siacs.conversations.axolotl" //will become "urn:xmpp:omemo:0" once standard get accepted
+#define JABBER_CAPS_OMEMO ((JabberCapsBits)1<<63)
#define JABBER_CAPS_PLATFORMX86 ((JabberCapsBits)1<<44)
#define JABBER_CAPS_PLATFORMX64 ((JabberCapsBits)1<<45)
#define JABBER_FEAT_PRIVACY_LISTS L"jabber:iq:privacy"
|