summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-06-23 00:31:22 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-06-23 00:31:22 +0200
commitdbebcd08c703fecd140e2171041f2518f04901a9 (patch)
tree2262aab236131153238384053f3779fb85333f10 /README.md
parentCorrectly handle user_regexp acl rules with not matching host (diff)
README.md: Add line breaks after feature titles
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 53e728de..4c750ab9 100644
--- a/README.md
+++ b/README.md
@@ -14,24 +14,24 @@ solutions very cost effectively.
Key Features
------------
-- **Cross-platform**
+- **Cross-platform**
ejabberd runs under Microsoft Windows and Unix-derived systems such as
Linux, FreeBSD and NetBSD.
-- **Distributed**
+- **Distributed**
You can run ejabberd on a cluster of machines and all of them will serve the
same XMPP domain(s). When you need more capacity you can simply add a new
cheap node to your cluster. Accordingly, you do not need to buy an expensive
high-end machine to support tens of thousands concurrent users.
-- **Fault-tolerant**
+- **Fault-tolerant**
You can deploy an ejabberd cluster so that all the information required for
a properly working service will be replicated permanently on all nodes. This
means that if one of the nodes crashes, the others will continue working
without disruption. In addition, nodes also can be added or replaced ‘on
the fly’.
-- **Administrator-friendly**
+- **Administrator-friendly**
ejabberd is built on top of the Open Source Erlang. As a result you do not
need to install an external database, an external web server, amongst others
because everything is already included, and ready to run out of the box.
@@ -46,13 +46,13 @@ Key Features
- Can integrate with existing authentication mechanisms.
- Capability to send announce messages.
-- **Internationalized**
+- **Internationalized**
ejabberd leads in internationalization. Hence it is very well suited in a
globalized world. Related features are:
- Translated to 25 languages.
- Support for IDNA.
-- **Open Standards**
+- **Open Standards**
ejabberd is the first Open Source Jabber server claiming to fully comply to
the XMPP standard.
- Fully XMPP-compliant.