mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Alias lookups return a server list.
This commit is contained in:
parent
b2d41b1cd9
commit
ff553cc9dd
@ -190,7 +190,7 @@ Each room can also have multiple "Room Aliases", which looks like::
|
|||||||
#room_alias:domain
|
#room_alias:domain
|
||||||
|
|
||||||
.. TODO
|
.. TODO
|
||||||
- Need to specify precise grammar for Room IDs
|
- Need to specify precise grammar for Room Aliases
|
||||||
|
|
||||||
A room alias "points" to a room ID and is the human-readable label by which
|
A room alias "points" to a room ID and is the human-readable label by which
|
||||||
rooms are publicised and discovered. The room ID the alias is pointing to can
|
rooms are publicised and discovered. The room ID the alias is pointing to can
|
||||||
@ -200,6 +200,9 @@ over time to point to a different room ID. For this reason, Clients SHOULD
|
|||||||
resolve the room alias to a room ID once and then use that ID on subsequent
|
resolve the room alias to a room ID once and then use that ID on subsequent
|
||||||
requests.
|
requests.
|
||||||
|
|
||||||
|
When resolving a room alias the server will also respond with a list of servers
|
||||||
|
that are in the room that can be used to join via.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
GET
|
GET
|
||||||
|
Loading…
Reference in New Issue
Block a user