Fix compiler error/warnings

This commit is contained in:
Jakob Borg
2015-11-04 17:33:49 +00:00
parent d5d0bd946b
commit b2f00c5994
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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 posted data doesn't conform to the expected format, ``400`` (Bad Request) is
returned. 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 containing the number of seconds after which the client should perform a new
announcement. announcement.
+3 -2
View File
@@ -124,8 +124,9 @@ Session mode
The first and only message the client sends in the session mode is the The first and only message the client sends in the session mode is the
SessionInvitation message which contains the session key identifying which SessionInvitation message which contains the session key identifying which
session you are trying to join. session you are trying to join. The relay responds with one of the following
.. The relay responds with one of the following Response messages: Response messages:
1. ResponseNotFound - Session key is invalid 1. ResponseNotFound - Session key is invalid
2. ResponseAlreadyConnected - Session is full (both sides already connected) 2. ResponseAlreadyConnected - Session is full (both sides already connected)
3. ResponseSuccess - You have successfully joined the session 3. ResponseSuccess - You have successfully joined the session