summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-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),