From fa69ddbd6ca8e1494875eaf8844bee857587d7a5 Mon Sep 17 00:00:00 2001 From: SupahNoob Date: Wed, 6 Sep 2017 15:33:40 -0500 Subject: [PATCH] fix sublist in Server States (#3318) --- source/developers/websocket_api.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/developers/websocket_api.markdown b/source/developers/websocket_api.markdown index cfb0d8e5f94..fb538f7e89b 100644 --- a/source/developers/websocket_api.markdown +++ b/source/developers/websocket_api.markdown @@ -21,11 +21,11 @@ Connect your websocket implementation to `ws://localhost:8123/api/websocket`. 1. Client connects 2. Authentication phase starts - a. If no further authentication necessary for the user: go to 3 - b. Server sends `auth_required` message - c. Client sends `auth` message - d. If `auth` message correct: go to 3. - 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. 3. Send `auth_ok` message 4. Authentication phase ends. 5. Command phase starts.