Pārlūkot izejas kodu

Client must verify itself only once.

anon 5 gadi atpakaļ
vecāks
revīzija
df5d86a084
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      Client-Server Protocol.md

+ 1 - 2
Client-Server Protocol.md

@@ -58,8 +58,7 @@ Commands can be used unrelated to each other.
 Client:
 ```
 {
-	"command": "status",
-	"sid": "sessionID"
+	"command": "status"
 }
 ```