We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f43619 commit fa69ddbCopy full SHA for fa69ddb
source/developers/websocket_api.markdown
@@ -21,11 +21,11 @@ Connect your websocket implementation to `ws://localhost:8123/api/websocket`.
21
22
1. Client connects
23
2. Authentication phase starts
24
- a. If no further authentication necessary for the user: go to 3
25
- b. Server sends `auth_required` message
26
- c. Client sends `auth` message
27
- d. If `auth` message correct: go to 3.
28
- e. Server sends `auth_invalid`. Go to 6.
+ - If no further authentication necessary for the user: go to 3
+ - Server sends `auth_required` message
+ - Client sends `auth` message
+ - If `auth` message correct: go to 3.
+ - Server sends `auth_invalid`. Go to 6.
29
3. Send `auth_ok` message
30
4. Authentication phase ends.
31
5. Command phase starts.
0 commit comments