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.h | |
parent | a015501245b4393d7bcc98b8751616db7688b91d (diff) |
Jabber: fix for TLS 1.3 bindings
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<CJabberProto>, public IJabberInterface CMOption<bool> m_bUsePopups;
CMOption<bool> m_bUseSSL;
CMOption<bool> m_bUseTLS;
+ CMOption<bool> m_bUseTlsExport;
CMOption<int> m_iMamMode;
CMOption<uint32_t> m_iConnectionKeepAliveInterval;
|