server_server_api: fix typo in auth section
fixes "destintation" typo
This commit is contained in:
parent
ffb8037af2
commit
cefd1a832e
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@ Federation API
|
||||||
|
|
||||||
Matrix homeservers use the Federation APIs (also known as server-server APIs)
|
Matrix homeservers use the Federation APIs (also known as server-server APIs)
|
||||||
to communicate with each other. Homeservers use these APIs to push messages to
|
to communicate with each other. Homeservers use these APIs to push messages to
|
||||||
each other in real-time, to request historic messages from each other, and to
|
each other in real-time, to
|
||||||
|
historic messages from each other, and to
|
||||||
query profile and presence information about users on each other's servers.
|
query profile and presence information about users on each other's servers.
|
||||||
|
|
||||||
The APIs are implemented using HTTPS GETs and PUTs between each of the
|
The APIs are implemented using HTTPS GETs and PUTs between each of the
|
||||||
|
@ -1173,7 +1174,7 @@ Step 1 sign JSON:
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"uri": "/target",
|
"uri": "/target",
|
||||||
"origin": "origin.hs.example.com",
|
"origin": "origin.hs.example.com",
|
||||||
"destintation": "destination.hs.example.com",
|
"destination": "destination.hs.example.com",
|
||||||
"content": <request body>,
|
"content": <request body>,
|
||||||
"signatures": {
|
"signatures": {
|
||||||
"origin.hs.example.com": {
|
"origin.hs.example.com": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue