I had install a chat server by ejabberd with jwchat.
When i use web client i found
"=ERROR REPORT==== 2011-01-12 14:39:33 ===
E(<0.1026.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, i can see the url both
ejabberd mod_http_bind
An implementation of XMPP over BOSH (XEP-0206)This web page is only informative.
To use HTTP-Bind you need a Jabber/XMPP client that supports it.
I'm using ejabberd 2.1.6
thankyou!
Sned the HTTP requests to a
Sned the HTTP requests to a url with a server that you have configured in ejabberd.cfg
If you configure {hosts, ["example.org"]}.
then send your requests tohttp://example.org:5280/http-bind
Hello I also Find Same
Hello
I also Find Same error...http://localhost:5280/http-bind/
Send Req:
I post data on
Response:
BOSH module not started
Can you tell me which module i have to install in windows7....
Thanks
Nishant
I had have the same error but
I had have the same error but solved it successfully by extending hosts list served by ejabberd to IP address, hostname and domainname. For example, I have server on host im in domain example.com with IP 192.168.1.1, so the configuration would be following:
{hosts, ["im.example.com","example.com","192.168.1.1"].
also, make sure you have proper DNS SRV records as well as FQDN in web client config.
Good luck!
i have solved by
i have solved by adding
http_bind: true
above line in ejjaberd.yml after web_admin.
Good luck.