From f456d4f1ecf1fdf0bb720b1fd4b730d45cab8986 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 3 Mar 2022 01:10:22 +0100 Subject: [PATCH] Clean up files --- room.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 room.md diff --git a/room.md b/room.md deleted file mode 100644 index 524fe1d..0000000 --- a/room.md +++ /dev/null @@ -1,31 +0,0 @@ -- Determine room name -- Connect for the first time - - If connection fails: Show error, done - - Set room - - If room is invalid: Show error, done - - If no nick is set by default: Let user choose nick - - Identify yourself - - If nick is invalid: Show error, let user edit nick - - If identity is invalid: Show error, done - - Listen to events, send commands -- Reconnect - - If connection fails: Show error, done - - Set room - - If room is invalid: Show error, done - - Identify yourself - - If nick is invalid: Show error, let user edit nick - - If identity is invalid: Show error, done - - Listen to events, send commands - -General state: -- Initial nick (optional) -- A way to stop the entire room - -State present when WS connection exists: -- Connection itself -- Next command id -- Replies - -State present when fully connected: -- Own session -- Others