DNS/TLS deps are now optional, component now also uses ServerConnector
This commit is contained in:
parent
e784b15402
commit
733d005f51
17 changed files with 440 additions and 337 deletions
|
|
@ -31,7 +31,7 @@ name = "hello_bot"
|
|||
required-features = ["avatars"]
|
||||
|
||||
[features]
|
||||
default = ["avatars", "tls-native"]
|
||||
tls-native = ["tokio-xmpp/tls-native"]
|
||||
tls-rust = ["tokio-xmpp/tls-rust"]
|
||||
default = ["avatars", "starttls-rust"]
|
||||
starttls-native = ["tokio-xmpp/starttls", "tokio-xmpp/tls-native"]
|
||||
starttls-rust = ["tokio-xmpp/starttls", "tokio-xmpp/tls-rust"]
|
||||
avatars = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue