Cargo Features
ruma-identifiers-validation has no features set by default.
[dependencies]
ruma-identifiers-validation = { version = "0.10.0", features = ["compat-arbitrary-length-ids", "compat-server-signing-key-version", "compat-user-id"] }
- compat-arbitrary-length-ids
-
Allow IDs to exceed 255 bytes.
- compat-server-signing-key-version
-
Don't validate the version in
server_signing_key_version::validate
. - compat-user-id
-
Allow some user IDs that are invalid even with the specified historical user ID scheme.