xmpp: Agent::send_message is only for normal messages

This commit is contained in:
xmppftw xmppftw 2024-12-17 19:31:52 +01:00
commit e19a7988ed
5 changed files with 51 additions and 30 deletions

View file

@ -1,6 +1,7 @@
Version NEXT
XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
* Breaking:
- 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)
- Agent::leave_room now takes LeaveRoomSettings argument (!483)