diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-02 10:20:47 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-02 10:20:47 +0200 |
commit | 3122ff24338be2f68b6c98d5d238d304b0aa9f55 (patch) | |
tree | a34776975db60259c6daf7d91e524d0073f3e946 /docs | |
parent | Merge branch 'withoutYAML' into develop (diff) | |
parent | Expanded on bullet points in several sections. (diff) | |
download | synapse-3122ff24338be2f68b6c98d5d238d304b0aa9f55.tar.xz |
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index 23c6b12091..f039d90d71 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -281,7 +281,9 @@ Example:: Modifying aliases ----------------- -- Adding / removing aliases. +- path to edit aliases +- format when retrieving list of aliases. NOT complete list. +- format for adding aliases. Permissions ----------- @@ -818,8 +820,12 @@ numbers, website URLs, etc...). This specification puts no requirements on the display name other than it being a valid unicode string. - Metadata extensibility -- Bundled with which events? e.g. m.room.member -- Generate own events? What type? +- Changing profile info generates m.presence events ("presencelike") +- keys on m.presence are optional, except presence which is required +- m.room.member is populated with the current displayname at that point in time. +- That is added by the HS, not you. +- Display name changes also generates m.room.member with displayname key f.e. room + the user is in. Registration and login ====================== @@ -1283,7 +1289,9 @@ TODO Content repository ================== -- thumbnail paths +- path to upload +- format for thumbnail paths, mention what it is protecting against. +- content size limit and associated M_ERROR. Address book repository ======================= |