Add serde feature for xmpp crate

This commit is contained in:
xmppftw xmppftw 2024-06-05 11:13:29 +02:00
commit 034976748a
6 changed files with 9 additions and 0 deletions

View file

@ -36,3 +36,5 @@ starttls-native = ["tokio-xmpp/starttls", "tokio-xmpp/tls-native", "reqwest/nati
starttls-rust = ["tokio-xmpp/starttls", "tokio-xmpp/tls-rust", "reqwest/rustls-tls"]
avatars = []
syntax-highlighting = [ "tokio-xmpp/syntax-highlighting" ]
# Enable serde support in jid crate
serde = [ "tokio-xmpp/serde" ]

View file

@ -10,6 +10,7 @@ Version 0.5.0:
- ClientBuilder now has a set_resource method for manual resource management (#72)
- Update dependencies
- Re-export jid structs, minidom::Element, and parsers module.
- Add serde feature, passed to jid crate
Version 0.4.0:
2023-05-18 [ Maxime “pep” Buquet <pep@bouah.net>, Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ]