diff --git a/xmpp/Cargo.toml b/xmpp/Cargo.toml index 9e297cb5..9a5d5562 100644 --- a/xmpp/Cargo.toml +++ b/xmpp/Cargo.toml @@ -50,3 +50,5 @@ escape-hatch = [] syntax-highlighting = [ "tokio-xmpp/syntax-highlighting" ] # Enable serde support in jid crate serde = [ "tokio-xmpp/serde" ] + +vendored-openssl = [ "reqwest/native-tls-vendored" ]