diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-07-30 16:20:30 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-07-30 16:20:30 +0000 |
commit | f6095694b1d59bea0f599b671949b4ddd1a13e7e (patch) | |
tree | a4a51d036460887b755f7c2411497418f2b1f736 /doc/dev.html | |
parent | * src/xml.erl: Only wrap xmldata nodes in xml cdata "tag" if bigger than 50 b... (diff) |
* Updated documentation version number in SVN (to avoid confusion).
SVN Revision: 843
Diffstat (limited to 'doc/dev.html')
-rw-r--r-- | doc/dev.html | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/doc/dev.html b/doc/dev.html index 2539d6686..e705c7047 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> -<TITLE>Ejabberd 2.0.0beta1 Developers Guide +<TITLE>Ejabberd 2.0.0 beta Developers Guide </TITLE> <META http-equiv="Content-Type" content="text/html; charset=US-ASCII"> @@ -49,7 +49,7 @@ TD P{margin:0px;} <!--HEVEA command line is: /usr/local/bin/hevea -fix -noiso -pedantic dev.tex --> <!--CUT DEF section 1 --><P><A NAME="titlepage"></A> -</P><TABLE CLASS="title"><TR><TD><H1 CLASS="titlemain">Ejabberd 2.0.0beta1 Developers Guide</H1><H3 CLASS="titlerest">Alexey Shchepin<BR> +</P><TABLE CLASS="title"><TR><TD><H1 CLASS="titlemain">Ejabberd 2.0.0 beta Developers Guide</H1><H3 CLASS="titlerest">Alexey Shchepin<BR> <A HREF="mailto:alexey@sevcom.net"><TT>mailto:alexey@sevcom.net</TT></A><BR> <A HREF="xmpp:aleksey@jabber.ru"><TT>xmpp:aleksey@jabber.ru</TT></A></H3></TD></TR> </TABLE><DIV CLASS="center"> @@ -86,16 +86,13 @@ Kevin Smith, Current maintainer of the Psi project</I></BLOCKQUOTE><!--TOC secti Cross-platform: <TT>ejabberd</TT> runs under Microsoft Windows and Unix derived systems such as Linux, FreeBSD and NetBSD.</LI><LI CLASS="li-itemize">Distributed: You can run <TT>ejabberd</TT> on a cluster of machines and all of them will serve the same Jabber 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.</LI><LI CLASS="li-itemize">Fault-tolerant: You can deploy an <TT>ejabberd</TT> 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'.</LI><LI CLASS="li-itemize">Administrator Friendly: <TT>ejabberd</TT> 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. Other administrator benefits include: <UL CLASS="itemize"><LI CLASS="li-itemize"> Comprehensive documentation. -</LI><LI CLASS="li-itemize">Straightforward installers for Linux, Mac OS X, and Windows. -</LI><LI CLASS="li-itemize">Web interface for administration tasks. +</LI><LI CLASS="li-itemize">Straightforward installers for Linux, Mac OS X, and Windows. </LI><LI CLASS="li-itemize">Web interface for administration tasks. </LI><LI CLASS="li-itemize">Shared Roster Groups. -</LI><LI CLASS="li-itemize">Command line administration tool. -</LI><LI CLASS="li-itemize">Can integrate with existing authentication mechanisms. +</LI><LI CLASS="li-itemize">Command line administration tool. </LI><LI CLASS="li-itemize">Can integrate with existing authentication mechanisms. </LI><LI CLASS="li-itemize">Capability to send announce messages. </LI></UL></LI><LI CLASS="li-itemize">Internationalized: <TT>ejabberd</TT> leads in internationalization. Hence it is very well suited in a globalized world. Related features are: <UL CLASS="itemize"><LI CLASS="li-itemize"> -Translated in 12 languages. -</LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. +Translated in 12 languages. </LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. </LI></UL></LI><LI CLASS="li-itemize">Open Standards: <TT>ejabberd</TT> is the first Open Source Jabber server claiming to fully comply to the XMPP standard. <UL CLASS="itemize"><LI CLASS="li-itemize"> Fully XMPP compliant. @@ -123,12 +120,10 @@ Native MySQL support. </LI><LI CLASS="li-itemize">Native PostgreSQL support. </LI><LI CLASS="li-itemize">Mnesia. </LI><LI CLASS="li-itemize">ODBC data storage support. -</LI><LI CLASS="li-itemize">Microsoft SQL Server support. -</LI></UL> +</LI><LI CLASS="li-itemize">Microsoft SQL Server support. </LI></UL> </LI><LI CLASS="li-itemize">Authentication <UL CLASS="itemize"><LI CLASS="li-itemize"> -LDAP and ODBC. -</LI><LI CLASS="li-itemize">External Authentication script. +LDAP and ODBC. </LI><LI CLASS="li-itemize">External Authentication script. </LI><LI CLASS="li-itemize">Internal Authentication. </LI></UL> </LI><LI CLASS="li-itemize">Others @@ -137,8 +132,7 @@ Compressing XML streams with Stream Compression (<A HREF="http://www.xmpp.org/ex </LI><LI CLASS="li-itemize">Interface with networks such as AIM, ICQ and MSN. </LI><LI CLASS="li-itemize">Statistics via Statistics Gathering (<A HREF="http://www.xmpp.org/extensions/xep-0039.html">XEP-0039</A>). </LI><LI CLASS="li-itemize">IPv6 support both for c2s and s2s connections. -</LI><LI CLASS="li-itemize"><A HREF="http://www.xmpp.org/extensions/xep-0045.html">Multi-User Chat</A> module with logging. -</LI><LI CLASS="li-itemize">Users Directory based on users vCards. +</LI><LI CLASS="li-itemize"><A HREF="http://www.xmpp.org/extensions/xep-0045.html">Multi-User Chat</A> module with logging. </LI><LI CLASS="li-itemize">Users Directory based on users vCards. </LI><LI CLASS="li-itemize"><A HREF="http://www.xmpp.org/extensions/xep-0060.html">Publish-Subscribe</A> component. </LI><LI CLASS="li-itemize">Support for virtual hosting. </LI><LI CLASS="li-itemize"><A HREF="http://www.xmpp.org/extensions/xep-0025.html">HTTP Polling</A> service. |