xmpp: new Agent::new method
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5ae38545e4
commit
4780f89604
3 changed files with 23 additions and 15 deletions
|
|
@ -21,6 +21,7 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
|
|||
- Event::ChatMessageCorrection, Event::RoomMessageCorrection, and
|
||||
Event::RoomPrivateMessageCorrection signal XEP-0308 message corrections; they're
|
||||
not checked how old the corrected entry is, which has security concerns (!496)
|
||||
- Agent::new helper method.
|
||||
* Fixes:
|
||||
- Use tokio::sync::RwLock not std::sync::RwLock (!432)
|
||||
- Agent::wait_for_events now return Vec<Event> and sets inner tokio_xmpp Client
|
||||
|
|
|
|||
Loading…
Reference in a new issue