summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-02 14:38:53 +0100
committerErik Johnston <erik@matrix.org>2014-10-02 14:38:53 +0100
commit036333412d498b574075735ac5a49ce17036b11d (patch)
tree2b54ac29fa31699907d294196d8f573ce5a85904 /docs
parentRemove incorrect reasons for empty PDU lists. (diff)
downloadsynapse-036333412d498b574075735ac5a49ce17036b11d.tar.xz
Add todo notes
Diffstat (limited to 'docs')
-rw-r--r--docs/specification.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/specification.rst b/docs/specification.rst

index dcb99d3792..891470d5fb 100644 --- a/docs/specification.rst +++ b/docs/specification.rst
@@ -849,6 +849,7 @@ Joining rooms ------------- .. TODO-doc kegan - TODO: What does the home server have to do to join a user to a room? + See SPEC-30. Users need to join a room in order to send and receive events in that room. A user can join a room by making a request to |/join/<room_alias_or_id>|_ with:: @@ -1389,6 +1390,10 @@ prefixed with ``m.`` m.room.message msgtypes ----------------------- + +.. TODO-spec + How a client should handle unknown message types. + Each ``m.room.message`` MUST have a ``msgtype`` key which identifies the type of message being sent. Each type has their own required and optional keys, as outlined below: