tokio_xmpp::AsyncClient and xmpp::Agent take a fully parsed Jid (#72)
This commit is contained in:
parent
7064ef5c17
commit
209bab1441
8 changed files with 56 additions and 36 deletions
|
|
@ -1,7 +1,10 @@
|
|||
Unreleased:
|
||||
xxxxxxxxxx
|
||||
* Breaking changes:
|
||||
- ClientBuilder::new takes a parsed BareJid instead of string (#72)
|
||||
* Improvements:
|
||||
- Agent is now Send, by replacing Rc with Arc and RefCell with RwLock (#64)
|
||||
- ClientBuilder now has a set_resource method for manual resource management (#72)
|
||||
|
||||
Version 0.4.0:
|
||||
2023-05-18 [ Maxime “pep” Buquet <pep@bouah.net>, Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue