parsers: add support for handled-count-too-high error

This commit is contained in:
Jonas Schäfer 2024-08-18 15:06:35 +02:00
commit a503c8534f
2 changed files with 43 additions and 0 deletions

View file

@ -32,6 +32,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
- RFC 6120 stream errors
* Improvements:
- Add support for `<optional/> in XEP-0198 feature advertisment
- Add support application-specific error conditions in XEP-0198
Version 0.21.0:
2024-07-25 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>