diff options
author | Badlop <badlop@process-one.net> | 2007-12-22 16:36:48 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-22 16:36:48 +0000 |
commit | 818091390d6bdb2eef80f0f4a612c55f5e8f2aab (patch) | |
tree | 3de22a0d4ea13c31ef5073d69a80b0cdfb42d828 /doc/introduction.tex | |
parent | * src/web/ejabberd_http.erl: Add 'http_bind' option for easy (diff) |
* doc/introduction.tex: Small updates
* doc/guide.tex: Small fixes in Install. Added http_bind to
Listening Ports.
SVN Revision: 1102
Diffstat (limited to 'doc/introduction.tex')
-rw-r--r-- | doc/introduction.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/introduction.tex b/doc/introduction.tex index 56326f7a2..24bb68b9b 100644 --- a/doc/introduction.tex +++ b/doc/introduction.tex @@ -105,29 +105,29 @@ Moreover, \ejabberd{} comes with a wide range of other state-of-the-art features \end{itemize} \item Databases \begin{itemize} +\item Internal database for fast deployment (Mnesia). \item Native MySQL support. \item Native PostgreSQL support. -\item Mnesia. \item ODBC data storage support. \item Microsoft SQL Server support. %%\new{} \end{itemize} \item Authentication \begin{itemize} +\item Internal Authentication. \item PAM, LDAP and ODBC. %%\improved{} \item External Authentication script. -\item Internal Authentication. \end{itemize} \item Others \begin{itemize} +\item Support for virtual hosting. \item Compressing XML streams with Stream Compression (\xepref{0138}). -\item Interface with networks such as AIM, ICQ and MSN. \item Statistics via Statistics Gathering (\xepref{0039}). \item IPv6 support both for c2s and s2s connections. -\item \txepref{0045}{Multi-User Chat} module with logging. %%\improved{} +\item \txepref{0045}{Multi-User Chat} module with support for clustering and HTML logging. %%\improved{} \item Users Directory based on users vCards. -\item \txepref{0060}{Publish-Subscribe} component. -\item Support for virtual hosting. -\item \txepref{0025}{HTTP Polling} service. +\item \txepref{0060}{Publish-Subscribe} component with support for \txepref{00163}{Personal Eventing via Pubsub}. +\item Support for web clients: \txepref{0025}{HTTP Polling} and \txepref{0206}{HTTP Binding (BOSH)} services. \item IRC transport. +\item Component support: interface with networks such as AIM, ICQ and MSN installing special tranports. \end{itemize} \end{itemize} |