]> git.mxchange.org Git - friendica.git/commitdiff
Documentation: Configure bosh
authorMichael Vogel <icarus@dabo.de>
Thu, 19 Nov 2015 23:20:32 +0000 (00:20 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 19 Nov 2015 23:20:32 +0000 (00:20 +0100)
doc/Home.md
doc/de/Home.md
doc/install-ejabberd.md
doc/readme.md

index e797f2129dbd8ac550961fba8f60e771842a713c..955b179054626b0260b51c97ecf15d7ab123fa98 100644 (file)
@@ -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)
index 758b8ef7a744f5ce704eac58a2a66d167ec24274..4f39cf3eed978fe4bd3e29045f7183acd8445766 100644 (file)
@@ -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)
index a5b9469ab2ed0169ef2cae4466bbe7abb95c78b2..73636c1d843717a992a2f6f077321349a256cd3d 100644 (file)
@@ -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
index 27603612f35caedf9d521766598b67cbd38c0bb3..579e7b373a6c149962f1671f4ba45e5723d2e028 100644 (file)
@@ -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)