xmpp: Make bound_jid a FullJid

This commit is contained in:
Link Mauve 2026-06-11 14:52:58 +02:00
commit 59e803bd7e
2 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,7 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
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`.
- Make bound_jid a FullJid. (!687)
* Changed:
- Replaced unimplemented! with info! calls.
- Only send `Event::RoomSubject` when there's no body as per 0045.