xmpp-parsers: Implement XEP-0478: Stream Limits Advertisement

This allows servers to communicate their maximum stanza limit, as well
as idle time limit.
This commit is contained in:
Emmanuel Gil Peyrot 2024-08-03 13:21:52 +02:00
commit d8e08df464
6 changed files with 96 additions and 2 deletions

View file

@ -19,6 +19,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
- Stream Features (RFC 6120) (!400)
- Extensible SASL Profile (XEP-0388)
- SASL Channel-Binding Type Capability (XEP-0440)
- Stream Limits Advertisement (XEP-0478)
Version 0.21.0:
2024-07-25 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>