X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Finstall-ejabberd.md;h=c99a845500a106434d017a2b87bbe9dba6556306;hb=6a05112d98155022b1a024eb29add34cf34e9220;hp=a5b9469ab2ed0169ef2cae4466bbe7abb95c78b2;hpb=cbae0874d6b40a7e636e923244495ec9b1391271;p=friendica.git diff --git a/doc/install-ejabberd.md b/doc/install-ejabberd.md index a5b9469ab2..c99a845500 100644 --- a/doc/install-ejabberd.md +++ b/doc/install-ejabberd.md @@ -3,6 +3,9 @@ Install an ejabberd with synchronized credentials * [Home](help) +[Ejabberd](https://www.ejabberd.im/) is a chat server that uses XMPP as messaging protocol that you can use with a large amount of clients. In conjunction +with the "xmpp" addon it can be used for a web based chat solution for your users. + Installation ------------ @@ -23,6 +26,16 @@ Installation {access, register, [{deny, all}]}. +- Enable BOSH: + - Enable the module "mod_http_bind" + - Edit this line: + + {5280, ejabberd_http, [captcha, http_poll, http_bind]} + + - In your apache configuration for your site add this line: + + ProxyPass /http-bind http://127.0.0.1:5280/http-bind retry=0 + - Restart your ejabberd service, you should be able to login with your friendica credentials Other hints @@ -30,4 +43,3 @@ Other hints - if a user has a space or a @ in the nickname, the user has to replace these characters: - " " (space) is replaced with "%20" - "@" is replaced with "(a)" -