feat: vendored-openssl feature for xmpp crate

This commit is contained in:
xmppftw xmppftw 2026-06-23 15:59:56 +02:00
commit 95b9526912

View file

@ -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" ]