diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-11-23 20:11:21 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-11-23 20:11:21 +0000 |
commit | 0822a55f05bb327f0d362e0a3de205f5f1ce604a (patch) | |
tree | 288319f357281e47946b284b65c1ad70a70e5810 /doc | |
parent | * examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose) (diff) |
* src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)
* src/ejabberd.cfg.example: Updated
* src/ejabberd_auth.erl: Support for LDAP authentification
* src/cyrsasl_digest.erl: Likewise
* src/mod_register.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/eldap/: Imported "eldap" package
* src/ejabberd_sm.erl: Bugfix
* src/mod_muc/mod_muc_room.erl: Bugfixes
SVN Revision: 176
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 10 | ||||
-rw-r--r-- | doc/guide.tex | 11 |
2 files changed, 20 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index 8430cbd5f..861864c44 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -129,6 +129,10 @@ Works on most of popular platforms: *nix (tested on Linux, FreeBSD and <A HREF="http://www.jabber.org/jeps/jep-0060.html">Publish-Subscribe</A> service <LI>Built-in Jabber Users Directory service based on users vCards +<LI>SSL support +<LI>Ability to interface with external components (JIT, MSN-t, Yahoo-t, etc) +<LI>Migration from jabberd14 is possible +<LI>Mostly XMPP-compliant <LI>Support for <A HREF="http://www.jabber.org/jeps/jep-0030.html">JEP-0030</A> (Service Discovery). @@ -137,6 +141,12 @@ Works on most of popular platforms: *nix (tested on Linux, FreeBSD and (Statistics Gathering). <LI>Support for <TT>xml:lang</TT> attribute in many XML elements </UL> +The misfeatures of <TT>ejabberd</TT> is: +<UL><LI> +No support for external authentification +<LI>No support for virtual domains +<LI>No support for STARTTLS +</UL> <!--TOC section Installation--> <H2><A NAME="htoc2">2</A> Installation</H2><!--SEC END --> diff --git a/doc/guide.tex b/doc/guide.tex index ed4072b59..d20912c81 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -78,6 +78,10 @@ The main features of \ejabberd{} is: \footahref{http://www.jabber.org/jeps/jep-0060.html}{Publish-Subscribe} service \item Built-in Jabber Users Directory service based on users vCards +\item SSL support +\item Ability to interface with external components (JIT, MSN-t, Yahoo-t, etc) +\item Migration from jabberd14 is possible +\item Mostly XMPP-compliant \item Support for \footahref{http://www.jabber.org/jeps/jep-0030.html}{JEP-0030} (Service Discovery). @@ -87,7 +91,12 @@ The main features of \ejabberd{} is: \item Support for \ns{xml:lang} attribute in many XML elements \end{itemize} - +The misfeatures of \ejabberd{} is: +\begin{itemize} +\item No support for external authentification +\item No support for virtual domains +\item No support for STARTTLS +\end{itemize} \section{Installation} |