mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 13:04:09 +01:00
Stub sections
This commit is contained in:
parent
8aad238cda
commit
458383585f
|
|
@ -3,6 +3,9 @@ Instant Messaging
|
||||||
|
|
||||||
.. _module:im:
|
.. _module:im:
|
||||||
|
|
||||||
|
This module adds support for sending human-readable messages to a room. It also
|
||||||
|
adds human-readable information to the room itself such as a room name and topic.
|
||||||
|
|
||||||
Events
|
Events
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
@ -15,7 +18,7 @@ Events
|
||||||
{{m_room_topic_event}}
|
{{m_room_topic_event}}
|
||||||
|
|
||||||
m.room.message msgtypes
|
m.room.message msgtypes
|
||||||
-----------------------
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. TODO-spec
|
.. TODO-spec
|
||||||
How a client should handle unknown message types.
|
How a client should handle unknown message types.
|
||||||
|
|
@ -27,3 +30,13 @@ outlined below.
|
||||||
|
|
||||||
{{msgtype_events}}
|
{{msgtype_events}}
|
||||||
|
|
||||||
|
|
||||||
|
Client behaviour
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Server behaviour
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Security considerations
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue