X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Finstall-ejabberd.md;h=dbdc0b975dc5bb3aeda290ba770784e9880dd204;hb=8174bfeb2be2c7b72be409a0a548eec85820bec6;hp=c99a845500a106434d017a2b87bbe9dba6556306;hpb=b1ad63cbce362fe322c960833f035f2e187ba28f;p=friendica.git diff --git a/doc/install-ejabberd.md b/doc/install-ejabberd.md index c99a845500..dbdc0b975d 100644 --- a/doc/install-ejabberd.md +++ b/doc/install-ejabberd.md @@ -3,24 +3,24 @@ 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. +[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 ------------ - Change it's owner to whichever user is running the server, ie. ejabberd - $ chown ejabberd:ejabberd /path/to/friendica/include/auth_ejabberd.php + $ chown ejabberd:ejabberd /path/to/friendica/bin/auth_ejabberd.php - Change the access mode so it is readable only to the user ejabberd and has exec - $ chmod 700 /path/to/friendica/include/auth_ejabberd.php + $ chmod 700 /path/to/friendica/bin/auth_ejabberd.php - Edit your ejabberd.cfg file, comment out your auth_method and add: {auth_method, external}. - {extauth_program, "/path/to/friendica/include/auth_ejabberd.php"}. + {extauth_program, "/path/to/friendica/bin/auth_ejabberd.php"}. - Disable the module "mod_register" and disable the registration: