tokio-xmpp: split StanzaStream into Sender and Receiver

This commit is contained in:
famfo 2025-12-20 17:11:23 +01:00 committed by pep
commit 8f03661acb
2 changed files with 60 additions and 2 deletions

View file

@ -18,6 +18,7 @@ Version NEXT:
always sending h='0' in our `<a/>`.
* Changed:
- Update hickory-dns to 0.26 (!671)
- Drive the XMPP client stream in the background (!631)
Version 5.0.0:
2025-10-28 pep <pep@bouah.net>