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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/JabberG/src/jabber_proto.h') diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index e13cd79e3e..c7b736a13f 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -236,6 +236,7 @@ struct CJabberProto : public PROTO, public IJabberInterface CMOption m_bUsePopups; CMOption m_bUseSSL; CMOption m_bUseTLS; + CMOption m_bUseTlsExport; CMOption m_iMamMode; CMOption m_iConnectionKeepAliveInterval; -- cgit v1.2.3