Clarify room version grammar (#1422)

Apparently the SHOULD is confusing
pull/1433/head
Richard van der Hoff 1 year ago committed by GitHub
parent 05620913d5
commit a7790fcbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Clarify the grammar for room versions.

@ -86,7 +86,7 @@ split-brain situation due to not understanding the new rules.
A room version is defined as a string of characters which MUST NOT A room version is defined as a string of characters which MUST NOT
exceed 32 codepoints in length. Room versions MUST NOT be empty and exceed 32 codepoints in length. Room versions MUST NOT be empty and
SHOULD contain only the characters `a-z`, `0-9`, `.`, and `-`. MUST contain only the characters `a-z`, `0-9`, `.`, and `-`.
Room versions are not intended to be parsed and should be treated as Room versions are not intended to be parsed and should be treated as
opaque identifiers. Room versions consisting only of the characters opaque identifiers. Room versions consisting only of the characters

Loading…
Cancel
Save