From e9dd5c1891209c381e6a0d0493ac8d18a94b2ce2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 13 Feb 2022 18:57:17 +0300 Subject: fixes #3038 (Jabber: don't tell to server about Miranda version and OS by default) --- protocols/JabberG/src/jabber_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 4bb9fa01f6..3272604517 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -126,7 +126,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : m_bRosterSync(this, "RosterSync", false), m_bSavePassword(this, "SavePassword", true), m_bShowForeignResourceInMirVer(this, "ShowForeignResourceInMirVer", false), - m_bShowOSVersion(this, "ShowOSVersion", true), + m_bShowOSVersion(this, "ShowOSVersion", false), m_bShowTransport(this, "ShowTransport", true), m_bUseDomainLogin(this, "UseDomainLogin", false), m_bUseHttpUpload(this, "UseHttpUpload", false), -- cgit v1.2.3