Browse code

Merge branch 'master' into develop-spots

Christian Fraß authored on 19/11/2021 23:54:39
Showing 1 changed files
... ...
@@ -31,6 +31,7 @@ A simple IRC client, realized as web application
31 31
 
32 32
 # Plans and ToDos
33 33
 
34
+- use websockets instead of polling
34 35
 - support multiple channels and private messages
35 36
 - support commands (e.g. `/nick new_name`)
36 37
 - get correct user list (seems like it does not update when a user leaves the room)