diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-07 15:00:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-07 15:00:15 +0300 |
commit | 8b8313f8ddf570c5e79fef25e3dbba76698d28ea (patch) | |
tree | 788e22a561f27d936de6862c28484f3db9ce6ed3 /protocols/JabberG/src/jabber_proto.cpp | |
parent | a015501245b4393d7bcc98b8751616db7688b91d (diff) |
Jabber: fix for TLS 1.3 bindings
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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),
|