tokio_xmpp::AsyncClient and xmpp::Agent take a fully parsed Jid (#72)

This commit is contained in:
xmppftw xmppftw 2023-06-01 11:58:04 +02:00
commit 209bab1441
8 changed files with 56 additions and 36 deletions

3
tokio-xmpp/ChangeLog Normal file
View file

@ -0,0 +1,3 @@
xxxxxxxxxx
* Breaking changes:
- AsyncClient::new takes a parsed Jid instead of string (#72)