Clarify what a Mandatory room version is
This commit is contained in:
parent
96d754f429
commit
0dde2489b6
1 changed files with 7 additions and 4 deletions
|
@ -481,10 +481,13 @@ Currently, this is split into 5 categories:
|
||||||
* **Recommended**: Exactly 1 room version will be in this category as well. Servers
|
* **Recommended**: Exactly 1 room version will be in this category as well. Servers
|
||||||
should prompt as strongly as possible for rooms to opt-in to upgrade to this version.
|
should prompt as strongly as possible for rooms to opt-in to upgrade to this version.
|
||||||
This version is often going to be the same as the Default version.
|
This version is often going to be the same as the Default version.
|
||||||
* **Mandatory**: Servers are required to implement versions in this category. When
|
* **Mandatory**: Servers are required to implement versions in this category,
|
||||||
a version is flagged as mandatory, additional rules may apply to rooms. For example,
|
regardless as to how they are otherwise categorized. This allows for a Beta room
|
||||||
servers may be required to stop supporting another room version and automatically
|
version to be mandatorily implemented by all servers in extremely rare circumstances,
|
||||||
upgrade all affected rooms.
|
as an example. Being a Mandatory room version does not imply that it is Recommended
|
||||||
|
or a Default version, just that the server needs to support it. Additional rules
|
||||||
|
may apply to room versions which are Mandatory, such as forcing servers to upgrade
|
||||||
|
all known rooms to a particular version where possible.
|
||||||
|
|
||||||
With the above categories, the following applies:
|
With the above categories, the following applies:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue