mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 21:14:09 +01:00
Clarify room version grammar (#1422)
Apparently the SHOULD is confusing
This commit is contained in:
parent
05620913d5
commit
a7790fcbbf
|
|
@ -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…
Reference in a new issue