mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-19 01:44:09 +01:00
prompt->advertise
This commit is contained in:
parent
19e94815f9
commit
ba37f2d311
|
|
@ -479,15 +479,15 @@ Currently, this is split into 5 categories:
|
||||||
are not required to implement these versions.
|
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 prompted to
|
Rooms may opt-in to these versions on their own, but should not be asked to
|
||||||
upgrade. Servers additionally do not have to implement these versions.
|
upgrade automatically. Servers 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 prompt rooms to opt-in to this
|
requested by the user). Servers may wish to advertise that rooms opt-in to this
|
||||||
version.
|
version.
|
||||||
* **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 advertise as strongly as possible for rooms to opt-in to upgrade to this
|
||||||
This version is often going to be the same as the Default version.
|
version. This version is often going to be the same as the Default version.
|
||||||
* **Mandatory**: Servers are required to implement versions in this category,
|
* **Mandatory**: Servers are required to implement versions in this category,
|
||||||
regardless as to how they are otherwise categorized. This allows for a Beta room
|
regardless as to how they are otherwise categorized. This allows for a Beta room
|
||||||
version to be mandatorily implemented by all servers in extremely rare circumstances,
|
version to be mandatorily implemented by all servers in extremely rare circumstances,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue