Rename "compat" into "disable-validation", to insist on it breaking some guarantees.
This commit is contained in:
parent
8b15728bb2
commit
c2b7e19378
18 changed files with 39 additions and 39 deletions
|
|
@ -28,5 +28,5 @@ try_from = "0.3.2"
|
|||
[features]
|
||||
# Build xmpp-parsers to make components instead of clients.
|
||||
component = []
|
||||
# Compatibility mode
|
||||
compat = []
|
||||
# Disable validation of unknown attributes.
|
||||
disable-validation = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue