From 5d6759caa1b4efb28b284aa5d22efd8a37547be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 11 May 2025 22:16:51 +0200 Subject: [PATCH] xmpp: Move single changelog entry to breaking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xmpp/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmpp/ChangeLog b/xmpp/ChangeLog index 35c72fe92da2b58055210a1a086cb9773295917c..fc00406ecf685770189ee4b604e0a297f9bd1d65 100644 --- a/xmpp/ChangeLog +++ b/xmpp/ChangeLog @@ -1,6 +1,9 @@ Version NEXT XXXX-YY-ZZ [ RELEASER ] * Breaking: + - Agent::wait_for_events now return Vec and sets inner tokio_xmpp Client + auto-reconnect to true... It is still aware of Event::Disconnected but should + no longer have weird hanging state or panic (!436) - Agent::send_message now only sends normal messages to other users (!487) - Event::LeaveRoom, Event::LeaveAllRooms, and Event::JoinRooms have been removed. Agent now handles MUC connection states internally. (!481) @@ -37,9 +40,6 @@ XXXX-YY-ZZ [ RELEASER ] is meant to stay behind a feature. * Fixes: - Use tokio::sync::RwLock not std::sync::RwLock (!432) - - Agent::wait_for_events now return Vec and sets inner tokio_xmpp Client - auto-reconnect to true... It is still aware of Event::Disconnected but should - no longer have weird hanging state or panic (!436) - The default caps node has been shortened to https://xmpp.rs since we own that domain. Users should change it in their application though. * CI: