diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index ed4072b5..d20912c8 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} |