diff options
author | Vladimir <me@boku.ru> | 2018-01-29 17:56:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-30 18:51:41 +0300 |
commit | ac42d6d50636db69e56623b4b8093a5993c829d1 (patch) | |
tree | 71eeafa5e9b59d444a3073e3ac9d57845e5c285b /protocols/JabberG/src/jabber_caps.cpp | |
parent | 3d7ef20f11d1bfc7c75a16943a9c8cfcaef1408e (diff) |
Carbons support attempt
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_caps.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_caps.cpp b/protocols/JabberG/src/jabber_caps.cpp index 4b99b77219..83a13dcd39 100755 --- a/protocols/JabberG/src/jabber_caps.cpp +++ b/protocols/JabberG/src/jabber_caps.cpp @@ -76,6 +76,7 @@ const JabberFeatCapPair g_JabberFeatCapPairs[] = { { JABBER_FEAT_ROSTER_EXCHANGE, JABBER_CAPS_ROSTER_EXCHANGE, LPGENW("Supports Roster Exchange") },
{ JABBER_FEAT_DIRECT_MUC_INVITE, JABBER_CAPS_DIRECT_MUC_INVITE, LPGENW("Supports direct chat invitations (XEP-0249)") },
{ JABBER_FEAT_OMEMO_DEVICELIST_NOTIFY, JABBER_CAPS_OMEMO_DEVICELIST_NOTIFY, LPGENW("Receives information about OMEMO devices") },
+ { JABBER_FEAT_CARBONS, JABBER_CAPS_CARBONS, LPGENW("Supports message carbons (XEP-0280)")},
{ nullptr }
};
|