Install

* download (26 kByte)
* unzip
* upload to PHP enabled Webserver (all files to the same directory)

Install details

* No Database required
* No Files are written to the server filesystem (except the files you install)
* The jabberworld.org jabber server has a http-binding (jep-124) interface. But you can register and use only jabberworld.org addresses
* if you have problems ask at xmpp:help@conference.jabberworld.org
* if you have you own jep-124 enabled jabber server, you have to change the first line in "proxy.php" and the "jabberServer" in index.html

Change this values if you use your own jabberserver:

index.html:
...
var jabberServer="jabberworld.org";
...

proxy.php:
...
<?php
$url="http://jabberworld.org:5280/http-bind/";
...


