From 3ce1e559545b1ecd0e52e63b89be609142f19dbc Mon Sep 17 00:00:00 2001 From: Kegsay Date: Thu, 19 Feb 2015 11:44:10 +0000 Subject: [PATCH] Move TODO comments into the doc in prep for merging --- drafts/as-http-api.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drafts/as-http-api.rst b/drafts/as-http-api.rst index 488bfe30..3cc8efbb 100644 --- a/drafts/as-http-api.rst +++ b/drafts/as-http-api.rst @@ -1,3 +1,10 @@ +.. TODO + Sometimes application services need to create rooms (e.g. when lazy loading + from room aliases). Created rooms need to have a user that created them, so + federation works (as it relies on an entry existing in m.room.member). We + should be able to add metadata to m.room.member to state that this user is an + application service, a virtual user, etc. + Application Services HTTP API =============================