ejabberd - Comments for "can&amp;#039;t use http-bind service" https://www.ejabberd.im/node/4494 en i have solved by https://www.ejabberd.im/node/4494#comment-67709 <p>i have solved by adding<br /> http_bind: true</p> <p>above line in ejjaberd.yml after web_admin.<br /> Good luck.</p> Fri, 08 Dec 2017 06:47:20 +0000 pratiksuthar comment 67709 at https://www.ejabberd.im I had have the same error but https://www.ejabberd.im/node/4494#comment-58312 <p>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:<br /> {hosts, ["im.example.com","example.com","192.168.1.1"].<br /> also, make sure you have proper DNS SRV records as well as FQDN in web client config.</p> <p>Good luck!</p> Wed, 01 Feb 2012 17:59:38 +0000 fk_ comment 58312 at https://www.ejabberd.im Hello I also Find Same https://www.ejabberd.im/node/4494#comment-58306 <p>Hello</p> <p>I also Find Same error...<br /> Send Req:<br /> I post data on <noindex><a href="http://localhost:5280/http-bind/" title="http://localhost:5280/http-bind/" rel="nofollow" >http://localhost:5280/http-bind/</a></noindex></p> <p>Response:<br /> BOSH module not started</p> <p>Can you tell me which module i have to install in windows7....</p> <p>Thanks<br /> Nishant</p> Mon, 30 Jan 2012 08:02:05 +0000 bhattnishant comment 58306 at https://www.ejabberd.im Sned the HTTP requests to a https://www.ejabberd.im/node/4494#comment-56961 <p>Sned the HTTP requests to a url with a server that you have configured in ejabberd.cfg</p> <p>If you configure {hosts, ["example.org"]}.</p> <p>then send your requests to <noindex><a href="http://example.org:5280/http-bind" title="http://example.org:5280/http-bind" rel="nofollow" >http://example.org:5280/http-bind</a></noindex></p> Wed, 12 Jan 2011 19:55:17 +0000 mfoss comment 56961 at https://www.ejabberd.im