Update 'resources/Docs/DOCS.md'
This commit is contained in:
parent
83eb80ce05
commit
8345fc1af3
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,7 @@ JSON data format:
|
||||||
| Field | Description |
|
| Field | Description |
|
||||||
| - | - |
|
| - | - |
|
||||||
| token | The authentication token |
|
| token | The authentication token |
|
||||||
| client | The name of the application the client is connecting from (e.g. browser_react_app) |
|
| client | The name of the application the client is connecting from (see below) |
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```json
|
```json
|
||||||
|
@ -56,6 +56,8 @@ Example:
|
||||||
|
|
||||||
If the token is invalid, or the connection is otherwise rejected, the client should be disconnected as soon as possible, and no YOO\_ACK should be sent.
|
If the token is invalid, or the connection is otherwise rejected, the client should be disconnected as soon as possible, and no YOO\_ACK should be sent.
|
||||||
|
|
||||||
|
It is suggested that the field "client" is send in the format of "(operating system)/(user agent vendor)/(user agent)/(optional full user agent string)", example: "Linux/Mozilla/Firefox/some firefox useragent string idk"
|
||||||
|
|
||||||
## 2:YOO\_ACK
|
## 2:YOO\_ACK
|
||||||
*Part of handshake, Server to client*
|
*Part of handshake, Server to client*
|
||||||
|
|
||||||
|
|
Reference in a new issue