JsJAC with OpenFire Http-bind

Hello Everyone, I have been trying to connect JsJAC with OpenFire, for 2 weeks now and I have not had any luck. Has anyone been able to do this and is willing to walk me through this? Please HELP!!!

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 = [
          {
               name:"test-jabber.dyndns.org",
               description:"HTTP-Binding of test-jabber.dyndns.org",
               httpbase:"http-bind/",
               type:"binding",
               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