mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-02 17:54:09 +01:00
enforce unique namespacing in new algorithms experiments
This commit is contained in:
parent
f853856f21
commit
b2316ba782
|
|
@ -292,8 +292,8 @@ Messaging Algorithm Names
|
||||||
Messaging algorithm names use the extensible naming scheme used throughout this
|
Messaging algorithm names use the extensible naming scheme used throughout this
|
||||||
specification. Algorithm names that start with ``m.`` are reserved for
|
specification. Algorithm names that start with ``m.`` are reserved for
|
||||||
algorithms defined by this specification. Implementations wanting to experiment
|
algorithms defined by this specification. Implementations wanting to experiment
|
||||||
with new algorithms are encouraged to pick algorithm names that start with
|
with new algorithms must be uniquely globally namespaced following Java's package
|
||||||
their domain to reduce the risk of collisions.
|
naming conventions.
|
||||||
|
|
||||||
Algorithm names should be short and meaningful, and should list the primitives
|
Algorithm names should be short and meaningful, and should list the primitives
|
||||||
used by the algorithm so that it is easier to see if the algorithm is using a
|
used by the algorithm so that it is easier to see if the algorithm is using a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue