• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Oct-2014-

images/H03-May-2022-

CHANGELOGH A D22-Oct-2014394 87

COPYINGH A D22-Oct-201417.6 KiB341281

LICENSEH A D22-Oct-2014928 2016

READMEH A D22-Oct-20141 KiB2015

TODOH A D22-Oct-2014460 1917

changeStatus.phpH A D22-Oct-20141.6 KiB5933

config.phpH A D22-Oct-2014991 348

index.phpH A D22-Oct-20141.5 KiB4039

kses.phpH A D22-Oct-201419 KiB557295

licqweb.cssH A D22-Oct-20143.6 KiB239213

push.phpH A D22-Oct-20144.5 KiB13298

rms.phpH A D22-Oct-20147.6 KiB311228

sendMessage.phpH A D22-Oct-20141.5 KiB5126

serverpush.phpH A D22-Oct-20141.4 KiB4926

viewEvent.phpH A D22-Oct-20141.6 KiB5026

viewHistory.phpH A D22-Oct-20141.7 KiB5126

README

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