This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
1 Replies Last post: Sep 8, 2007 4:29 AM by Coolcat  
Bronze 1 posts since
Aug 28, 2007
Currently Being Moderated

Sep 7, 2007 7:43 PM

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!!!

Coolcat KeyContributor 727 posts since
Mar 19, 2007
Currently Being Moderated
Sep 8, 2007 4:33 AM in response to: Chatta
Re: JsJAC with OpenFire Http-bind

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

More Like This

  • Retrieving data ...