tokio-xmpp: add option to disable xmpp_parsers validation
This commit is contained in:
parent
4316bb02a5
commit
628c2113d0
2 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Version NEXT:
|
|||
* Added:
|
||||
- Expose `client_auth` method to allow manual stream setups for advanced
|
||||
use cases.
|
||||
- Add feature flag to disable validation in xmpp_parsers
|
||||
* Fixed:
|
||||
- Ignore missing "version" stream attribute for 0114 components.
|
||||
- Gate `AsRawFd` behind `ktls` feature to make Windows build work again.
|
||||
|
|
|
|||
Loading…
Reference in a new issue