mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-10 13:24:09 +02:00
Clarify that people must own the namespace to use it
This commit is contained in:
parent
8fd5b15594
commit
51698a5dd5
|
|
@ -1330,7 +1330,8 @@ namespaced for each application and reduces the risk of clashes.
|
||||||
Events are not limited to the types defined in this specification. New or custom
|
Events are not limited to the types defined in this specification. New or custom
|
||||||
event types can be created on a whim using the Java package naming convention.
|
event types can be created on a whim using the Java package naming convention.
|
||||||
For example, a ``com.example.game.score`` event can be sent by clients and other
|
For example, a ``com.example.game.score`` event can be sent by clients and other
|
||||||
clients would receive it through Matrix.
|
clients would receive it through Matrix, assuming the client has access to the
|
||||||
|
``com.example`` namespace.
|
||||||
|
|
||||||
Note that the structure of these events may be different than those in the
|
Note that the structure of these events may be different than those in the
|
||||||
server-server API.
|
server-server API.
|
||||||
|
|
|
||||||
|
|
@ -352,7 +352,8 @@ from the other servers participating in a room.
|
||||||
Events are not limited to the types defined in this specification. New or custom
|
Events are not limited to the types defined in this specification. New or custom
|
||||||
event types can be created on a whim using the Java package naming convention.
|
event types can be created on a whim using the Java package naming convention.
|
||||||
For example, a ``com.example.game.score`` event can be sent by clients and other
|
For example, a ``com.example.game.score`` event can be sent by clients and other
|
||||||
clients would receive it through Matrix.
|
clients would receive it through Matrix, assuming the client has access to the
|
||||||
|
``com.example`` namespace.
|
||||||
|
|
||||||
Room Aliases
|
Room Aliases
|
||||||
++++++++++++
|
++++++++++++
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue