summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-02-26 20:27:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-02-26 20:27:20 +0300
commit6e86c5f8e838457ad96d0b25f475eb0d2266fbee (patch)
treea442bca338a597d8f20b6bb842e9c659b21a5301 /protocols/JabberG/src
parent367a290a0096b78182c9dd9820a6184db35f37aa (diff)
Jabber: XEP-0148 support to be turned on by default
Diffstat (limited to 'protocols/JabberG/src')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index 68403b4254..57c31e7688 100755
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -116,7 +116,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) :
m_bLogPresence(this, "LogPresence", true),
m_bLogPresenceErrors(this, "LogPresenceErrors", false),
m_bManualConnect(this, "ManualConnect", false),
- m_bMsgAck(this, "MsgAck", false),
+ m_bMsgAck(this, "MsgAck", true),
m_bProcessXMPPLinks(this, "ProcessXMPPLinks", false),
m_bRcMarkMessagesAsRead(this, "RcMarkMessagesAsRead", true),
m_bRosterSync(this, "RosterSync", false),