xmpp: RoomNick is newtype wrapper for ResourcePart

This commit is contained in:
xmppftw xmppftw 2024-12-18 12:44:59 +01:00 committed by xmpp ftw
commit 3fd8285a29
6 changed files with 53 additions and 14 deletions

View file

@ -9,7 +9,8 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
any type that implements AsRef<jid::ResourceRef>, such as produced
by ResourcePart::new (!485)
- Event::RoomMessage, Event::RoomPrivateMessage, and Event::RoomSubject now
use ResourcePart as sender nickname (!485)
use RoomNick as sender nickname; previously RoomNick was an alias for String
now it's a newtype wrapper around ResourcePart (!485)
* Added:
- Agent::send_room_message takes RoomMessageSettings argument (!483)
* Fixes: