]> git.mxchange.org Git - friendica.git/commitdiff
Added some more explanations about ejabberd
authorMichael Vogel <icarus@dabo.de>
Fri, 20 Nov 2015 23:09:39 +0000 (00:09 +0100)
committerMichael Vogel <icarus@dabo.de>
Fri, 20 Nov 2015 23:09:39 +0000 (00:09 +0100)
doc/Home.md
doc/install-ejabberd.md
doc/readme.md

index 955b179054626b0260b51c97ecf15d7ab123fa98..cd8752c1effa808c027ba58069eeba888fbb0a0b 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)
+* [Install an ejabberd server (XMPP chat) 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 73636c1d843717a992a2f6f077321349a256cd3d..c99a845500a106434d017a2b87bbe9dba6556306 100644 (file)
@@ -3,6 +3,9 @@ Install an ejabberd with synchronized credentials
 
 * [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
 ------------
 
@@ -40,4 +43,3 @@ Other hints
 - if a user has a space or a @ in the nickname, the user has to replace these characters:
   - " " (space) is replaced with "%20"
   - "@" is replaced with "(a)"
-
index 579e7b373a6c149962f1671f4ba45e5723d2e028..068d0c9c5c4f42c62de8118eaf34ab69735139a4 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)
+* [Install an ejabberd server (XMPP chat) with synchronized credentials](help/install-ejabberd)
 * [Message Flow](help/Message-Flow)
 * [Using SSL with Friendica](help/SSL)
 * [Developers](help/Developers)