xmpp: Allow resyncs in Agent::join_room

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-12-28 17:48:49 +01:00
commit a2ed5026f0
5 changed files with 19 additions and 10 deletions

View file

@ -26,6 +26,8 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
to be enabled for compilation to succeed).
Please refer to the crate docs for details. (!581)
- Allow joining an already joined room with `Agent::join_room` to enable
resyncs. Adds a parameter to `muc::room::JoinRoomSettings`.
* Added:
- Agent::send_room_message takes RoomMessageSettings argument (!483)
- Agent::send_raw_message takes RawMessageSettings for any message type (!487)