Clarify that servers don't have to implement development/beta versions
This commit is contained in:
parent
166d4ada86
commit
a6f5d01586
1 changed files with 3 additions and 2 deletions
|
@ -468,11 +468,12 @@ Currently, this is split into 5 categories:
|
||||||
|
|
||||||
* **Development**: This is the default state for all room versions. When in this
|
* **Development**: This is the default state for all room versions. When in this
|
||||||
state, a room version is documented but not recommended for use outside of a
|
state, a room version is documented but not recommended for use outside of a
|
||||||
development environment. These versions are not production-ready.
|
development environment. These versions are not production-ready and servers
|
||||||
|
are not required to implement these versions.
|
||||||
* **Beta**: Versions in this state are not intended for wide-spread usage but
|
* **Beta**: Versions in this state are not intended for wide-spread usage but
|
||||||
should be stable enough if a room requires the feature(s) introduced within.
|
should be stable enough if a room requires the feature(s) introduced within.
|
||||||
Rooms will need to opt-in to these versions and should not be promoted to
|
Rooms will need to opt-in to these versions and should not be promoted to
|
||||||
upgrade.
|
upgrade. Servers additionally do not have to implement these versions.
|
||||||
* **Default**: Exactly 1 room version will be in this category. The version under
|
* **Default**: Exactly 1 room version will be in this category. The version under
|
||||||
this category should be used when creating rooms (unless another version is
|
this category should be used when creating rooms (unless another version is
|
||||||
requested by the user). Servers may wish to promote rooms to opt-in to this
|
requested by the user). Servers may wish to promote rooms to opt-in to this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue