1 |
efrain |
1 |
Official Chat Module for Moodle
|
|
|
2 |
------------------------------
|
|
|
3 |
|
|
|
4 |
The chat module now supports a backend daemon for
|
|
|
5 |
more efficiency.
|
|
|
6 |
|
|
|
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:
|
|
|
10 |
|
|
|
11 |
1) Admin -> Config -> Modules -> Chat -> Settings
|
|
|
12 |
|
|
|
13 |
2) Set the method to "sockets" and set up the ports etc
|
|
|
14 |
|
|
|
15 |
3) Start the server like this (from the Unix command line):
|
|
|
16 |
|
|
|
17 |
cd moodle/mod/chat
|
|
|
18 |
php chatd.php --start &
|
|
|
19 |
|
|
|
20 |
4) Go to a chat room in Moodle and open it as normal.
|
|
|
21 |
|
|
|
22 |
------
|
|
|
23 |
|
|
|
24 |
KNOWN PROBLEMS
|
|
|
25 |
|
|
|
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
|
|
|
30 |
|
|
|
31 |
Help solving these very welcome!
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
Martin, 31 July 2004
|