فهرست منبع

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"
 }
 ```