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_proto.h | |
parent | 3d7ef20f11d1bfc7c75a16943a9c8cfcaef1408e (diff) |
Carbons support attempt
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index b04f639967..350b5e438c 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -737,6 +737,8 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface bool ProcessCaptcha(HXML node, HXML parentNode, ThreadData *info);
+ void EnableCarbons(bool bEnable);
+
//---- jabber_util.c -----------------------------------------------------------------
pResourceStatus ResourceInfoFromJID(const wchar_t *jid);
|