Hi,
I have installed ejabberd 2.1.6 version in windows 2008 server, running successfully. I have JWChat configured as specified in the following link,
http://www.ejabberd.im/jwchat-localserver
When i browse http://server:5280/web/jwchat/index.html, i can able to login to chat via Native Polling(Http_Poll), however i could not able to login via Native Binding(Http_bind BOSH).
I got the error log says,
=ERROR REPORT==== 2011-10-24 16:21:52 ===
E(<0.412.0>:ejabberd_http_bind:1239) : You are trying to use BOSH (HTTP Bind), but the module mod_http_bind is not started.
Check your ‘modules’ section in your ejabberd configuration file.
However, both http_bind and http_poll working fine when i browse http://server:5280/http-bind or http://server:5280/http-poll.
This is my ejabberd config file settings
{5280, ejabberd_http, [
{request_handlers, [
{[“web”], mod_http_fileserver}
]},
http_bind,
http_poll,
web_admin
]}
....
{modules,
[
{mod_adhoc, []},
{mod_announce, [{access, announce}]}, % requires mod_adhoc
{mod_caps, []},
{mod_configure,[]}, % requires mod_adhoc
{mod_disco, []},
%%{mod_echo, [{host, “echo.Exchange2010”}]},
{mod_http_bind, []},
{mod_http_fileserver, [
{docroot, “C:\\Program Files (x86)\\ejabberd-2.1.6\\www”},
{accesslog, “C:\\Program Files (x86)\\ejabberd-2.1.6\\www\\webaccess.log”},
{content_types, [{”.htm”, “text/html”}]},
{directory_indices, [“index.html”, “index.htm”]}
]},
....
Please help to connect JWChat via BOSH, i am struggling past 2 weeks. Your help will be really appreciated!
Thanks in Advance!
