From 7bb7885f6eb19547b906513d2664e3730ef5b593 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 5 May 2022 17:47:36 +0200 Subject: Docs: Add API and building improvements --- docs/src/gettingstarted/debugging/fsm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/src/gettingstarted/debugging/fsm.md') diff --git a/docs/src/gettingstarted/debugging/fsm.md b/docs/src/gettingstarted/debugging/fsm.md index 08022cb..11d51de 100644 --- a/docs/src/gettingstarted/debugging/fsm.md +++ b/docs/src/gettingstarted/debugging/fsm.md @@ -19,9 +19,9 @@ The current state is highlighted in the cyan col ## State explanation The states mean the following: -- `DEREGISTERED`: The client has not registered with the library yet, the state variables are not initialized -- `NO_SERVER`: The client is registered, but has not chosen a server yet -- `CHOSEN_SERVER`: The client has chosen a server to connect to +- `Deregistered`: The client has not registered with the library yet, the state variables are not initialized +- `No_Server`: The client is registered, but has not chosen a server yet +- `Chosen_ServeR`: The client has chosen a server to connect to - `OAuth_Started`: The OAuth process has been started. This means that the client needs to redirect to the browser so that the user can login and approve the application - `Authorized`: The OAuth process has finished. The client now has tokens and is thus authorized - `Request_Config`: The client is in the process of requesting an OpenVPN/Wireguard configuration from the server -- cgit v1.2.3