Hello,
I'll start with a summary of my problem, then explain further : I want to use Yaws as a webserver on the machine where ejabberd runs, in order to provide a highly-scalable online jabber client (JWChat being the chosen one).
So I installed ejabberd, yaws, mod_yaws, and at this point I get confused. From what I understood, the mechanism should be :
End-user gets to the main webpage of the server (being
Yet, it seems like the http-poll module is joined through
So at the moment, I can't get Yaws connected to the HTTP polling module, and I'd appreciate some lights about it.
My second problem is the usage of HTTP Binding. I've tried to install mod_http_binding, but since I'm poor on configuring (as you had guessed by now), I couldn't find which url it gets bound to by ejabberd. That's my second problem, hoping you have help to share on this one too.
as references, I followed these tutorials :
http://www.ejabberd.im/yawspack/build
http://www.ejabberd.im/ejabberd_http_bind
I'm most probably forgetting things, but I can't think anymore after a day of headaches on these problems x)
Thanks for your help, all of you !