diff --git a/doc/Home.md b/doc/Home.md index e797f2129d..955b179054 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -30,7 +30,7 @@ Friendica Documentation and Resources * [Install](help/Install) * [Settings](help/Settings) * [Installing Connectors (Twitter/GNU Social)](help/Installing-Connectors) -* [Install an ejabberd with synchronized credentials](help/install-ejabberd.md) +* [Install an ejabberd with synchronized credentials](help/install-ejabberd) * [Message Flow](help/Message-Flow) * [Using SSL with Friendica](help/SSL) * [Twitter/GNU Social API Functions](help/api) diff --git a/doc/de/Home.md b/doc/de/Home.md index 758b8ef7a7..4f39cf3eed 100644 --- a/doc/de/Home.md +++ b/doc/de/Home.md @@ -32,7 +32,7 @@ Friendica - Dokumentation und Ressourcen * [Konfigurationen](help/Settings) * [Plugins](help/Plugins) * [Konnektoren (Connectors) installieren (Twitter/GNU Social)](help/Installing-Connectors) -* [Installation eines ejabberd Servers mit synchronisierten Anmeldedaten](help/install-ejabberd.md) (EN) +* [Installation eines ejabberd Servers mit synchronisierten Anmeldedaten](help/install-ejabberd) (EN) * [Nachrichtenfluss](help/Message-Flow) * [Betreibe deine Seite mit einem SSL-Zertifikat](help/SSL) * [Entwickler](help/Developers) diff --git a/doc/install-ejabberd.md b/doc/install-ejabberd.md index a5b9469ab2..73636c1d84 100644 --- a/doc/install-ejabberd.md +++ b/doc/install-ejabberd.md @@ -23,6 +23,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 diff --git a/doc/readme.md b/doc/readme.md index 27603612f3..579e7b373a 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -30,7 +30,7 @@ Friendica Documentation and Resources * [Settings](help/Settings) * [Plugins](help/Plugins) * [Installing Connectors (Twitter/GNU Social)](help/Installing-Connectors) -* [Install an ejabberd with synchronized credentials](help/install-ejabberd.md) +* [Install an ejabberd with synchronized credentials](help/install-ejabberd) * [Message Flow](help/Message-Flow) * [Using SSL with Friendica](help/SSL) * [Developers](help/Developers)