xmpp: Only send RoomSubject with empty body

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2026-01-27 21:50:49 +01:00
commit cff9195d6e
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 14 additions and 13 deletions

View file

@ -30,6 +30,7 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
resyncs. Adds a parameter to `muc::room::JoinRoomSettings`.
* Changed:
- Replaced unimplemented! with info! calls.
- Only send `Event::RoomSubject` when there's no body as per 0045.
* Added:
- Agent::send_room_message takes RoomMessageSettings argument (!483)
- Agent::send_raw_message takes RawMessageSettings for any message type (!487)