Documentation: Configure bosh
This commit is contained in:
parent
cbae0874d6
commit
5eb6f9add9
|
@ -30,7 +30,7 @@ Friendica Documentation and Resources
|
||||||
* [Install](help/Install)
|
* [Install](help/Install)
|
||||||
* [Settings](help/Settings)
|
* [Settings](help/Settings)
|
||||||
* [Installing Connectors (Twitter/GNU Social)](help/Installing-Connectors)
|
* [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)
|
* [Message Flow](help/Message-Flow)
|
||||||
* [Using SSL with Friendica](help/SSL)
|
* [Using SSL with Friendica](help/SSL)
|
||||||
* [Twitter/GNU Social API Functions](help/api)
|
* [Twitter/GNU Social API Functions](help/api)
|
||||||
|
|
|
@ -32,7 +32,7 @@ Friendica - Dokumentation und Ressourcen
|
||||||
* [Konfigurationen](help/Settings)
|
* [Konfigurationen](help/Settings)
|
||||||
* [Plugins](help/Plugins)
|
* [Plugins](help/Plugins)
|
||||||
* [Konnektoren (Connectors) installieren (Twitter/GNU Social)](help/Installing-Connectors)
|
* [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)
|
* [Nachrichtenfluss](help/Message-Flow)
|
||||||
* [Betreibe deine Seite mit einem SSL-Zertifikat](help/SSL)
|
* [Betreibe deine Seite mit einem SSL-Zertifikat](help/SSL)
|
||||||
* [Entwickler](help/Developers)
|
* [Entwickler](help/Developers)
|
||||||
|
|
|
@ -23,6 +23,16 @@ Installation
|
||||||
|
|
||||||
{access, register, [{deny, all}]}.
|
{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
|
- Restart your ejabberd service, you should be able to login with your friendica credentials
|
||||||
|
|
||||||
Other hints
|
Other hints
|
||||||
|
|
|
@ -30,7 +30,7 @@ Friendica Documentation and Resources
|
||||||
* [Settings](help/Settings)
|
* [Settings](help/Settings)
|
||||||
* [Plugins](help/Plugins)
|
* [Plugins](help/Plugins)
|
||||||
* [Installing Connectors (Twitter/GNU Social)](help/Installing-Connectors)
|
* [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)
|
* [Message Flow](help/Message-Flow)
|
||||||
* [Using SSL with Friendica](help/SSL)
|
* [Using SSL with Friendica](help/SSL)
|
||||||
* [Developers](help/Developers)
|
* [Developers](help/Developers)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user