chenbp1982 / ijab

Automatically exported from code.google.com/p/ijab
0 stars 0 forks source link

Update for Wiki Page "iJabWithEjabberd" #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/ijab/wiki/iJabWithEjabberd

Ejabberd in Ubuntu (and probably Debian as well) doesn't load the http_bind
module by default.

You need to go into your modules section and add a line like:
  {mod_http_bind,[]},

If this isn't loaded, it results in "Invalid password" messages when trying
to use iJab, and it also results in messages like:
[Fri Oct 16 11:07:14 2009] [error] [client xxx.xxx.xxx.xxx] (70014)End of
file found: proxy: error reading status line from remote server
my.jabber.server.com, referer: https://my.web.server.com/chat/iJab.html

Original issue reported on code.google.com by goo...@darkpixel.com on 16 Oct 2009 at 6:17

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by zhancaibao on 7 Feb 2010 at 2:54