Add more documentation

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
xmppftw xmppftw 2024-07-31 14:27:32 +02:00 committed by Maxime “pep” Buquet
commit dae6e49cce
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 48 additions and 5 deletions

View file

@ -38,6 +38,7 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
- New 'escape-hatch' feature: Allow sending tokio_xmpp::Stanza directly
instead of having to go through xmpp-rs' API when it's lacking. This
is meant to stay behind a feature.
- Added documentation on `Event` enum.
* Fixes:
- Use tokio::sync::RwLock not std::sync::RwLock (!432)
- The default caps node has been shortened to https://xmpp.rs since we