diff options
author | martti <martti@pkgsrc.org> | 2008-03-10 08:58:32 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-03-10 08:58:32 +0000 |
commit | 4aceb6ecf594d953fd2132f9ac4d58eef097632a (patch) | |
tree | 2291b7fb74b37807b4958f48fafda2d8318039be /chat/ejabberd/DESCR | |
parent | 37bdcae9e53cea4c4c95999cfa297a79a20abc51 (diff) | |
download | pkgsrc-4aceb6ecf594d953fd2132f9ac4d58eef097632a.tar.gz |
ejabberd is a Free and Open Source distributed fault-tolerant Jabber server.
It is writen mostly in Erlang.
Diffstat (limited to 'chat/ejabberd/DESCR')
-rw-r--r-- | chat/ejabberd/DESCR | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chat/ejabberd/DESCR b/chat/ejabberd/DESCR new file mode 100644 index 00000000000..1cddab44614 --- /dev/null +++ b/chat/ejabberd/DESCR @@ -0,0 +1,22 @@ +ejabberd is a Free and Open Source distributed fault-tolerant Jabber server. +It is writen mostly in Erlang. + +The main features of ejabberd are: + - Works on most of popular platforms: *nix + (tested on Linux, FreeBSD and NetBSD) + - Distributed + - Fault-tolerance: + - Built-in Multi-User Chat service + - Built-in IRC transport + - Built-in Publish-Subscribe service + - Built-in Jabber Users Directory service based on users vCards + - SSL support + - Ability to interface with external components + (JIT, MSN-t, Yahoo-t, etc) + - Migration from jabberd14 is possible + - Mostly XMPP-compliant + - Support for JEP-0030 (Service Discovery). + - Support for JEP-0039 (Statistics Gathering). + - Support for xml:lang attribute in many XML elements + +WWW: http://www.ejabberd.im/ |