Automatically generated installer lang files
[moodle.git] / mod / chat / README.txt
blobd495677cca095f568a5c3a1d146a4ca5afc00fd3
1 Official Chat Module for Moodle
2 ------------------------------
4 The chat module now supports a backend daemon for
5 more efficiency.
7 It's still buggy and being worked on, but if you
8 want to test it and help out here are some quick
9 instructions:
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):
17    cd moodle/mod/chat
18    php chatd.php --start &
20 4) Go to a chat room in Moodle and open it as normal.
22 ------
24 KNOWN PROBLEMS
26  - User list is not always working
27  - Some browsers (eg Safari) cause lines to be repeated
28    by 10 - 20 times
29  - Occasionally "Document was empty" messages
31 Help solving these very welcome!
34 Martin, 31 July 2004