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"> -Ejabberd 2.0.0beta1 Developers Guide +<TITLE>Ejabberd 2.0.0 beta Developers Guide @@ -49,7 +49,7 @@ TD P{margin:0px;}

-

Ejabberd 2.0.0beta1 Developers Guide

Alexey Shchepin
+

Ejabberd 2.0.0 beta Developers Guide

Alexey Shchepin
mailto:alexey@sevcom.net
xmpp:aleksey@jabber.ru

@@ -86,16 +86,13 @@ Kevin Smith, Current maintainer of the Psi project

-

Ejabberd 2.0.0beta1 Feature Sheet

Sander Devrieze
+

Ejabberd 2.0.0 beta Feature Sheet

Sander Devrieze
mailto:s.devrieze@pandora.be
xmpp:sander@devrieze.dyndns.org

@@ -70,16 +70,13 @@ Peter Saint-André, Executive Director of the Jabber Software Foundation Cross-platform: ejabberd runs under Microsoft Windows and Unix derived systems such as Linux, FreeBSD and NetBSD.
  • Distributed: You can run ejabberd 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.
  • Fault-tolerant: You can deploy an ejabberd 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'.
  • Administrator Friendly: ejabberd 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:
    • Comprehensive documentation. -
    • Straightforward installers for Linux, Mac OS X, and Windows.
      improved
      -
    • Web interface for administration tasks. +
    • Straightforward installers for Linux, Mac OS X, and Windows.
    • Web interface for administration tasks.
    • Shared Roster Groups. -
    • Command line administration tool.
      improved
      -
    • Can integrate with existing authentication mechanisms. +
    • Command line administration tool.
    • Can integrate with existing authentication mechanisms.
    • Capability to send announce messages.
  • Internationalized: ejabberd leads in internationalization. Hence it is very well suited in a globalized world. Related features are:
    • -Translated in 12 languages.
      improved
      -
    • Support for IDNA. +Translated in 12 languages.
    • Support for IDNA.
  • Open Standards: ejabberd is the first Open Source Jabber server claiming to fully comply to the XMPP standard.
    • Fully XMPP compliant. @@ -108,12 +105,10 @@ Native MySQL support.
    • Native PostgreSQL support.
    • Mnesia.
    • ODBC data storage support. -
    • Microsoft SQL Server support.
      new
      -
    +
  • Microsoft SQL Server support.
  • Authentication
    • -LDAP and ODBC.
      improved
      -
    • External Authentication script. +LDAP and ODBC.
    • External Authentication script.
    • Internal Authentication.
  • Others @@ -122,8 +117,7 @@ Compressing XML streams with Stream Compression (Interface with networks such as AIM, ICQ and MSN.
  • Statistics via Statistics Gathering (XEP-0039).
  • IPv6 support both for c2s and s2s connections. -
  • Multi-User Chat module with logging.
    improved
    -
  • Users Directory based on users vCards. +
  • Multi-User Chat module with logging.
  • Users Directory based on users vCards.
  • Publish-Subscribe component.
  • Support for virtual hosting.
  • HTTP Polling service. diff --git a/doc/guide.html b/doc/guide.html index 52090d3da..d6eeac480 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -6,7 +6,7 @@ - & ejabberd 1.1.2 + & ejabberd 2.0.0 beta & & Installation and Operation Guide @@ -85,7 +85,7 @@ SPAN{width:20%; float:right; text-align:left; margin-left:auto;}


    - +
     ejabberd 1.1.2
     ejabberd 2.0.0 beta
      
     Installation and Operation Guide

    diff --git a/doc/version.tex b/doc/version.tex index 4ab44c01d..af05bdba8 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,2 +1,2 @@ % ejabberd version (automatically generated). -\newcommand{\version}{2.0.0 beta 1} +\newcommand{\version}{2.0.0 beta}