diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-11 19:28:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-11 22:20:18 +0300 |
commit | e6bf9c2a41622424c2cd4006326455e08c80812a (patch) | |
tree | f15d346fb5c078a3b02ec7447b6d5826d968b9f7 /protocols/JabberG/src/jabber_proto.cpp | |
parent | 9696040cbbaaf89dd5f2f663278b4b45f4ebc7bd (diff) |
Jabber: XEP-0136 support removed
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 2da7fcb075..349d68646b 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -93,7 +93,6 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : m_bEnableAvatars(this, "EnableAvatars", true),
m_bEnableCarbons(this, "EnableCarbons", true),
m_bEnableChatStates(this, "EnableChatStates", true),
- m_bEnableMsgArchive(this, "EnableMsgArchive", false),
m_bEnableRemoteControl(this, "EnableRemoteControl", false),
m_bEnableStreamMgmt(this, "UseStreamMgmt", false),
m_bEnableUserActivity(this, "EnableUserActivity", true),
|