Replace tokio_xmpp::stream_features with parsers
This commit is contained in:
parent
5110d5fa96
commit
b9fc15977b
8 changed files with 23 additions and 64 deletions
|
|
@ -2,6 +2,7 @@ Version NEXT:
|
|||
XXXX-YY-ZZ RELEASER <admin@example.com>
|
||||
* Breaking:
|
||||
- Remove `tokio_xmpp::ParseError` and `tokio_xmpp::starttls::ParseError` which were never used
|
||||
- Removed StreamFeatures from this crate, replaced with xmpp_parsers::stream_features::StreamFeatures (!400)
|
||||
|
||||
Version 4.0.0:
|
||||
2024-07-26 Maxime “pep” Buquet <pep@bouah.net>
|
||||
|
|
|
|||
Loading…
Reference in a new issue