1 Official Chat Module for Moodle
2 ------------------------------
4 The chat module now supports a backend daemon for
7 It's still buggy and being worked on, but if you
8 want to test it and help out here are some quick
11 1) Admin -> Config -> Modules -> Chat -> Settings
13 2) Set the method to "sockets" and set up the ports etc
15 3) Start the server like this (from the Unix command line):
18 php chatd.php --start &
20 4) Go to a chat room in Moodle and open it as normal.
26 - User list is not always working
27 - Some browsers (eg Safari) cause lines to be repeated
29 - Occasionally "Document was empty" messages
31 Help solving these very welcome!