mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-20 09:54:10 +02:00
put server discovery as its own section
This commit is contained in:
parent
fcca80dad8
commit
a264120b38
|
|
@ -183,7 +183,7 @@ headers to be returned by servers on all requests are:
|
||||||
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization
|
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization
|
||||||
|
|
||||||
Server Discovery
|
Server Discovery
|
||||||
~~~~~~~~~~~~~~~~
|
----------------
|
||||||
|
|
||||||
In order to allow users to connect to a Matrix server without needing to
|
In order to allow users to connect to a Matrix server without needing to
|
||||||
explicitly specify the homeserver's URL or other parameters, clients SHOULD use
|
explicitly specify the homeserver's URL or other parameters, clients SHOULD use
|
||||||
|
|
@ -216,7 +216,7 @@ In this section, the following terms are used with specific meanings:
|
||||||
what to do next.
|
what to do next.
|
||||||
|
|
||||||
Well-known URI
|
Well-known URI
|
||||||
++++++++++++++
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The ``.well-known`` method uses a JSON file at a predetermined location to
|
The ``.well-known`` method uses a JSON file at a predetermined location to
|
||||||
specify parameter values. The flow for this method is as follows:
|
specify parameter values. The flow for this method is as follows:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue