From a7790fcbbf79c7570439f7a3ac890b69c4d84222 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:00:26 +0000 Subject: [PATCH] Clarify room version grammar (#1422) Apparently the SHOULD is confusing --- changelogs/room_versions/newsfragments/1422.clarification | 1 + content/rooms/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/room_versions/newsfragments/1422.clarification diff --git a/changelogs/room_versions/newsfragments/1422.clarification b/changelogs/room_versions/newsfragments/1422.clarification new file mode 100644 index 00000000..efb63c69 --- /dev/null +++ b/changelogs/room_versions/newsfragments/1422.clarification @@ -0,0 +1 @@ +Clarify the grammar for room versions. diff --git a/content/rooms/_index.md b/content/rooms/_index.md index 190b305e..e75fbb13 100644 --- a/content/rooms/_index.md +++ b/content/rooms/_index.md @@ -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 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 opaque identifiers. Room versions consisting only of the characters