From 828d6992e563acf78d4a595f446ba1b518844ea4 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Fri, 16 Jan 2015 14:35:20 +0000 Subject: [PATCH] Small thoughts about the IRC example. --- drafts/as-http-api.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drafts/as-http-api.rst b/drafts/as-http-api.rst index dd2dbf80..1bd247f8 100644 --- a/drafts/as-http-api.rst +++ b/drafts/as-http-api.rst @@ -348,7 +348,10 @@ Examples - Should home servers by default generate fixed room IDs which match the room alias? Otherwise, you need to tell the AS that room alias X matches room ID Y so when the home server pushes events with room ID Y the AS knows which - room that is. + room that is. Alternatively, do we expect ASes to query the HS via the room + alias APIs just like clients do? This doesn't get us the reverse mapping + though which is what we really want when events are pushed to the AS. Maybe + a special room_id_to_alias event poke is pushed to the AS? IRC ~~~