mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Documentation: Configure bosh
This commit is contained in:
parent
cbae0874d6
commit
5eb6f9add9
4 changed files with 13 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue