From 8b8313f8ddf570c5e79fef25e3dbba76698d28ea Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Aug 2022 15:00:15 +0300 Subject: Jabber: fix for TLS 1.3 bindings --- protocols/JabberG/src/jabber_proto.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/JabberG/src/jabber_proto.cpp') diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index cdae4a4df3..ce1dcca454 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -134,6 +134,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : m_bUsePopups(this, "UsePopups", true), m_bUseSSL(this, "UseSSL", false), m_bUseTLS(this, "UseTLS", true), + m_bUseTlsExport(this, "UseTlsExport", false), m_iMamMode(this, "MamMode", 0), m_iConnectionKeepAliveInterval(this, "ConnectionKeepAliveInterval", 60000), -- cgit v1.2.3