Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that the spec uses RFC 2119 #1928

Merged
merged 3 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelogs/appendices/newsfragments/1928.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
1 change: 1 addition & 0 deletions changelogs/internal/newsfragments/1928.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
1 change: 1 addition & 0 deletions changelogs/push_gateway/newsfragments/1928.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the spec uses RFC 2119. Contributed by @HarHarLinks.
14 changes: 14 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,20 @@ services - be that for instant messages, VoIP call setups, or any other
objects that need to be reliably and persistently pushed from A to B in
an interoperable and federated manner.

### Requirement levels

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" across all parts of the
specification are to be interpreted as described in
[RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119).

Some entire sections of the specification might be optional depending on the
circumstances. For example, the
[modules of the client-server API](/client-server-api/#modules)
apply depending on the use case. The requirement level expressed by the above
key words appearing in such a section is only relevant if the section itself is
applicable.

### Spec Change Proposals

To propose a change to the Matrix Spec, see the explanations at
Expand Down