From cefd1a832e1849793917caffe89f417c01c2ac99 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 5 Jun 2018 17:55:21 +0100 Subject: [PATCH] server_server_api: fix typo in auth section fixes "destintation" typo --- specification/server_server_api.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/server_server_api.rst b/specification/server_server_api.rst index e9885311..9ad04d10 100644 --- a/specification/server_server_api.rst +++ b/specification/server_server_api.rst @@ -18,7 +18,8 @@ Federation API 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 -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. The APIs are implemented using HTTPS GETs and PUTs between each of the @@ -1173,7 +1174,7 @@ Step 1 sign JSON: "method": "GET", "uri": "/target", "origin": "origin.hs.example.com", - "destintation": "destination.hs.example.com", + "destination": "destination.hs.example.com", "content": , "signatures": { "origin.hs.example.com": {