Hello all,
I'm having difficulty getting ejabberd to work correctly with http-bind. I have ejabberd set to accept http-bind connections, and I've set up a web proxy using apache for JSjac to talk to ejabberd without violating the cross-domain browser policy.
When I attempt to connect to the web service, I see this in the debug level logs:
The same proxy works fine when redirecting requests to my local mac that I use for development, but not to the Gentoo box that I have ejabberd running on for production.
Thanks for all your help!
Fixed my problem by adding
Fixed my problem by adding mod_http_bind to the loaded list of modules through the web admin interface.
Thanks.