xmpp-rs/tokio-xmpp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer a1ade974b0 stanzastream: actually count stanzas in stream management
Looks like a horrible oversight. And this will need tests, but I'm short
on time right now.

Fixes #170.
2026-02-11 10:10:46 +01:00
..
examples tokio_xmpp/examples: Use server arg in echo_component 2025-08-07 12:08:07 +00:00
src stanzastream: actually count stanzas in stream management 2026-02-11 10:10:46 +01:00
.gitignore Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
Cargo.toml tokio-xmpp: Bump to 5.0.0 2025-11-01 17:34:37 +01:00
ChangeLog stanzastream: actually count stanzas in stream management 2026-02-11 10:10:46 +01:00
logo.svg Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
README.md tokio-xmpp: remove obsolete TODOs 2020-03-16 00:11:52 +01:00

TODO

  • allow tls verify customization
  • more tests