xmpp: new 'escape-hatch' feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a8c66bc783
commit
477af3c895
3 changed files with 13 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ default = ["avatars", "starttls-rust"]
|
|||
starttls-native = ["tokio-xmpp/starttls", "tokio-xmpp/tls-native", "reqwest/native-tls"]
|
||||
starttls-rust = ["tokio-xmpp/starttls", "tokio-xmpp/tls-rust", "reqwest/rustls-tls"]
|
||||
avatars = []
|
||||
escape-hatch = []
|
||||
syntax-highlighting = [ "tokio-xmpp/syntax-highlighting" ]
|
||||
# Enable serde support in jid crate
|
||||
serde = [ "tokio-xmpp/serde" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue