some helpful links:
http://chromus.kajigger.com/blog/2007/03/22/making-jwchat-work-with-openfire/
http://zeank.in-berlin.de/2007/08/31/jsjac-v10-is-out/
Apache Config:
<VirtualHost *:80>
ServerName test-jabber.dyndns.org
DocumentRoot /var/www/html
AddDefaultCharset UTF-8
RewriteEngine on
RewriteRule /http-bind/ http://localhost:8080/http-bind/ [P]
# ...
</VirtualHost>
JWChat-Config:
var BACKENDS =
[
{
& nbsp; name:"test-jabber.dyndns.org",
& nbsp; description:"HTTP-Binding of test-jabber.dyndns.org",
& nbsp; httpbase:"http-bind/",
& nbsp; type:"binding",
& nbsp; servers_allowed:[SITENAME]
},
];
Edit:
If you are using current JsJAC version with current JWChat, both from SVN / CVS:
They are not compatible. All *.js files in JsJAC are merged into a single large file now. You have to go through JWChat sources and link only this new file, instead of the single files.
Message was edited by: Coolcat