|
Revision 4526, 1.0 kB
(checked in by erijo, 2 years ago)
|
|
Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | licqweb 0.1 |
|---|
| 2 | |
|---|
| 3 | To use this you need latest cvs of licq with the rms plugin. |
|---|
| 4 | |
|---|
| 5 | Edit config.php to suit your setup, should be self explanetory. If you want to see offline users, also edit |
|---|
| 6 | licqweb.js, line 22, change |
|---|
| 7 | var showOffline = false; |
|---|
| 8 | to true. |
|---|
| 9 | |
|---|
| 10 | Something that might need a bit of explaining is the way messages work. If you receive a message |
|---|
| 11 | and don't have a window open for that contact, their name will highlight yellow in the contact |
|---|
| 12 | list, and the title of the page will change to reflect the number of messages (if you're using |
|---|
| 13 | tabbed browsing, which you should be because this is 2005, the title of the tab will change too). |
|---|
| 14 | If, however, you already have a window open to that user, you will not get the notification - the |
|---|
| 15 | message is displayed straight away in the window area. |
|---|
| 16 | |
|---|
| 17 | If after logging in nothing appears in the contact list, then licqweb probably couldn't communicate |
|---|
| 18 | with the php scripts or could not login to rms. Check licq log, web logs, javascript console for |
|---|
| 19 | more info. Delete the PHPSESSID cookie or close your browser to relogin. |
|---|