Added some more explanations about ejabberd

This commit is contained in:
Michael Vogel 2015-11-21 00:09:39 +01:00
parent 5eb6f9add9
commit b1ad63cbce
3 changed files with 5 additions and 3 deletions

View File

@ -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) * [Install an ejabberd server (XMPP chat) 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)

View File

@ -3,6 +3,9 @@ Install an ejabberd with synchronized credentials
* [Home](help) * [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.
Installation Installation
------------ ------------
@ -40,4 +43,3 @@ Other hints
- if a user has a space or a @ in the nickname, the user has to replace these characters: - if a user has a space or a @ in the nickname, the user has to replace these characters:
- " " (space) is replaced with "%20" - " " (space) is replaced with "%20"
- "@" is replaced with "(a)" - "@" is replaced with "(a)"

View File

@ -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) * [Install an ejabberd server (XMPP chat) 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)