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.
This commit is contained in:
Jonas Schäfer 2026-02-11 08:16:17 +01:00
commit a1ade974b0
4 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,8 @@ Version NEXT:
- Gate `AsRawFd` behind `ktls` feature to make Windows build work again.
- Implicitly use the `Client`'s bound JID on empty `to` in tokio-xmpp's
`IqResponseTracker`.
- Actually count inbound stream management stanzas (!657) instead of
always sending h='0' in our `<a/>`.
Version 5.0.0:
2025-10-28 pep <pep@bouah.net>