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
|
|
@ -90,5 +90,7 @@ serde = [ "xmpp-parsers/serde" ]
|
||||||
dns = [ "hickory-resolver", "idna" ]
|
dns = [ "hickory-resolver", "idna" ]
|
||||||
component = ["xmpp-parsers/component", "insecure-tcp"]
|
component = ["xmpp-parsers/component", "insecure-tcp"]
|
||||||
|
|
||||||
|
disable-validation = ["xmpp-parsers/disable-validation"]
|
||||||
|
|
||||||
[lints.rust]
|
[lints.rust]
|
||||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(xmpprs_doc_build)'] }
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(xmpprs_doc_build)'] }
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ Version NEXT:
|
||||||
* Added:
|
* Added:
|
||||||
- Expose `client_auth` method to allow manual stream setups for advanced
|
- Expose `client_auth` method to allow manual stream setups for advanced
|
||||||
use cases.
|
use cases.
|
||||||
|
- Add feature flag to disable validation in xmpp_parsers
|
||||||
* Fixed:
|
* Fixed:
|
||||||
- Ignore missing "version" stream attribute for 0114 components.
|
- Ignore missing "version" stream attribute for 0114 components.
|
||||||
- Gate `AsRawFd` behind `ktls` feature to make Windows build work again.
|
- Gate `AsRawFd` behind `ktls` feature to make Windows build work again.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue