tokio-xmpp/client: add directTLS connection method
This commit is contained in:
parent
02a70edf99
commit
c674c14597
6 changed files with 266 additions and 5 deletions
|
|
@ -67,8 +67,9 @@ name = "keep_connection"
|
|||
required-features = ["starttls"]
|
||||
|
||||
[features]
|
||||
default = ["starttls", "aws_lc_rs", "rustls-native-certs"]
|
||||
default = ["direct-tls", "starttls", "aws_lc_rs", "rustls-native-certs"]
|
||||
starttls = ["dns"]
|
||||
direct-tls = ["dns"]
|
||||
|
||||
aws_lc_rs = ["rustls-any-backend", "tokio-rustls/aws_lc_rs"]
|
||||
ring = ["rustls-any-backend", "tokio-rustls/ring"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue