Преглед изворни кода

Client must verify itself only once.

anon пре 5 година
родитељ
комит
df5d86a084
1 измењених фајлова са 1 додато и 2 уклоњено
  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"
 }
 ```