diff --git a/specs/globaldisco-v3.rst b/specs/globaldisco-v3.rst index 796e0724e..bb683bbcd 100644 --- a/specs/globaldisco-v3.rst +++ b/specs/globaldisco-v3.rst @@ -33,7 +33,7 @@ certificate was presented, status ``403`` (Forbidden) is returned. If the posted data doesn't conform to the expected format, ``400`` (Bad Request) is returned. -In successfull responses, the server may return a ``Reannounce-After"``header +In successfull responses, the server may return a ``Reannounce-After`` header containing the number of seconds after which the client should perform a new announcement. diff --git a/specs/relay-v1.rst b/specs/relay-v1.rst index 1db6a34eb..b61cc9ce5 100644 --- a/specs/relay-v1.rst +++ b/specs/relay-v1.rst @@ -124,11 +124,12 @@ Session mode The first and only message the client sends in the session mode is the SessionInvitation message which contains the session key identifying which -session you are trying to join. -.. The relay responds with one of the following Response messages: - 1. ResponseNotFound - Session key is invalid - 2. ResponseAlreadyConnected - Session is full (both sides already connected) - 3. ResponseSuccess - You have successfully joined the session +session you are trying to join. The relay responds with one of the following +Response messages: + +1. ResponseNotFound - Session key is invalid +2. ResponseAlreadyConnected - Session is full (both sides already connected) +3. ResponseSuccess - You have successfully joined the session After the successful response, all the bytes written and received will be relayed between the two devices in the session directly.