From 9064851ab585ed39c9defff613723258100159f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Thu, 15 Dec 2005 08:57:33 +0000 Subject: [PATCH] Documentation updates for actual ejabberd 1.0.0 release. SVN Revision: 471 --- doc/guide.html | 1155 ++++++++++++++++++----------------- doc/introduction.tex | 53 +- doc/release_notes_1.0.0.txt | 131 ++-- 3 files changed, 678 insertions(+), 661 deletions(-) diff --git a/doc/guide.html b/doc/guide.html index cc6ebdb4a..d76c55f3f 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1,29 +1,46 @@ -Ejabberd 1.0.0 Installation and Operation Guide - - + + +Ejabberd 1.0.0 Installation and Operation Guide + + + + + - + +

- -

Ejabberd 1.0.0 Installation and Operation Guide

- -

Alexey Shchepin
+ + +
+

Ejabberd 1.0.0 Installation and Operation Guide

+

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

+xmpp:aleksey@jabber.ru


-
+
@@ -32,245 +49,244 @@
-
I can thoroughly recommend ejabberd for ease of setup -- +
I can thoroughly recommend ejabberd for ease of setup – Kevin Smith, Current maintainer of the Psi project
- + -

Table of Contents

+

Contents

-
  • +
    • 1  Introduction -
      • + -
      • 2  Installation from Source -
        • +
        • 2  Installation from Source +
          • 2.1  Installation Requirements -
            • -2.1.1  ``Unix-like'' operating systems -
            • 2.1.2  Windows + -
            • 2.2  Obtaining ejabberd -
            • 2.3  Compilation - -
            • 3  Configuration -
              • +
              • 3  Configuration +
                • 3.1  Initial Configuration -
                  • + -
                  • 3.2  Creating an Initial Administrator -
                  • 3.3  Online Configuration and Monitoring - -
                  • 4  Firewall Settings -
                  • 5  SRV Records -
                  • 6  Clustering -
                    • +
                    • 4  Firewall Settings +
                    • 5  SRV Records +
                    • 6  Clustering +
                      • 6.1  How it Works - -
                      • A  Built-in Modules -
                        • +
                        • A  Built-in Modules +
                          • A.1  Common Options - -
                          • B  Internationalization and Localization -
                          • C  Release Notes - -

                            1  Introduction

                            +

                            1  Introduction

                            ejabberd is a free (GPL) distributed fault-tolerant Jabber/XMPP server and is mainly written in Erlang.

                            -ejabberd is designed to be a stable and feature rich Jabber/XMPP server.
                            +ejabberd is designed to be a stable, standards compliant, and feature rich Jabber/XMPP server.

                            ejabberd is suitable for small servers, whether they need to be scalable or not, as well as extremely big servers.

                            -

                            1.1  Key Features

                            +

                            1.1  Key Features

                            ejabberd is: -
                            • -Multiplatform: ejabberd runs under Windows NT/2000/XP and Unix derived systems such as Linux, FreeBSD and NetBSD.
                              +
                              • +Multiplatform: 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 one Jabber domain. 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 hundreds of concurrent users.
                                +
                              • Distributed: You can run ejabberd on a cluster of machines and all of them will serve one Jabber domain. 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''.
                                +
                              • 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 installed, and ready to run out of the box. Other benefits for administrators include: -
                                • +
                                • 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 Windows and Linux. -
                                  • Web interface for administration tasks. -
                                  • Shared Roster groups. -
                                  • Command line administration tool. -
                                  • Can integrate with existing authentication mechanisms. -
                                  • Capability to send announce messages. -
                                  • Statistics via JEP-0039 (Statistics Gathering). +
                                  • Straightforward installers for Windows and Linux. +
                                  • Web interface for administration tasks. +
                                  • Shared Roster groups. +
                                  • 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: -
                                  • +
                                  • Internationalized: ejabberd leads in internationalization. Hence it is very well suited in a globalized world. Related features are: +
                                    • Translated in 11 languages. -
                                    • Support for IDNA. -
                                    • Support for xml:lang. +
                                    • Support for IDNA.


                                    -
                                  • Modular: ejabberd's modular architecture allows easy customization: -
                                    • -Load only the modules you want. -
                                    • Extend ejabberd with your own custom modules. +
                                    • Open Standards: ejabberd is the first Open Source Jabber server claiming to fully comply to the XMPP standard. +
                                    -

                                    1.2  Additional Features

                                    +

                                    1.2  Additional Features

                                    Besides common Jabber server features, ejabberd comes with a wide range of other features: -
                                    • -The ability to interface via external components with networks such as: -
                                      • -AIM -
                                      • ICQ -
                                      • MSN -
                                      • Yahoo! +
                                        • +Modular: ejabberd's modular architecture allows easy customization: +
                                          • +Load only the modules you want. +
                                          • Extend ejabberd with your own custom modules.
                                          -
                                        • Open Standards -
                                          • -Many JEPs supported. -
                                          • XML-based protocol -
                                          • Fully XMPP compliant for c2s connections (Core & IM) +
                                          • Security +
                                            • +SASL and STARTTLS for c2s and s2s connections. +
                                            • STARTTLS and Dialback s2s connections. +
                                            • Obsolete SSL for c2s connections also supported. +
                                            • Web interface accessible via HTTPS secure access.
                                            -
                                          • Security -
                                            • -SASL and STARTTLS for c2s connections. -
                                            • STARTTLS and Dialback s2s connections. -
                                            • Obsolete SSL for c2s connections also supported. -
                                            • Web interface accessible via HTTPS secure access. +
                                            • Databases +
                                              • +Native PostgreSQL support. +
                                              • Mnesia. +
                                              • ODBC data storage support.
                                              -
                                            • Databases -
                                              • -Mnesia. -
                                              • ODBC data storage support (tested against PostgreSQL). -
                                              -
                                            • Authentication -
                                              • +
                                              • Authentication +
                                                • LDAP. -
                                                • External Authentication script. -
                                                • Internal Authentication. +
                                                • External Authentication script. +
                                                • Internal Authentication.
                                                -
                                              • Others -
                                                • +
                                                • The ability to interface via external components with networks such as: +
                                                  • +AIM +
                                                  • ICQ +
                                                  • MSN +
                                                  +
                                                • Others +
                                                -

                                                2  Installation from Source

                                                +

                                                2  Installation from Source

                                                -

                                                2.1  Installation Requirements

                                                +

                                                2.1  Installation Requirements

                                                - + -

                                                2.1.1  ``Unix-like'' operating systems

                                                +

                                                2.1.1  “Unix-like” operating systems

                                                -To compile ejabberd on a ``Unix-like'' operating system, you need: -
                                                • +To compile ejabberd on a “Unix-like” operating system, you need: +
                                                  • GNU Make; -
                                                  • GCC; -
                                                  • libexpat 1.95 or higher; -
                                                  • Erlang/OTP R8B or higher; -
                                                  • OpenSSL 0.9.6 or higher (optional). +
                                                  • GCC; +
                                                  • libexpat 1.95 or higher; +
                                                  • Erlang/OTP R8B or higher; +
                                                  • OpenSSL 0.9.6 or higher (optional).
                                                  -

                                                  2.1.2  Windows

                                                  +

                                                  2.1.2  Windows

                                                  To compile ejabberd on a Windows flavour, you need: -
                                                  • + -

                                                    2.2  Obtaining ejabberd

                                                    +

                                                    2.2  Obtaining ejabberd

                                                    @@ -279,49 +295,49 @@ Released versions of ejabberd can be obtained from

                                                    The latest development version can be retrieved from the Subversion repository. -
                                                    +
                                                       svn co http://svn.process-one.net/ejabberd/trunk ejabberd
                                                     
                                                    -

                                                    2.3  Compilation

                                                    +

                                                    2.3  Compilation

                                                    - + -

                                                    2.3.1  ``Unix-like'' operating systems

                                                    +

                                                    2.3.1  “Unix-like” operating systems

                                                    -Compile ejabberd on a ``Unix-like'' operating system by executing: -
                                                    +Compile ejabberd on a “Unix-like” operating system by executing:
                                                    +
                                                       ./configure
                                                       make
                                                       su
                                                       make install
                                                     
                                                    These commands will: -
                                                    • +
                                                      • install ejabberd into the directory /var/lib/ejabberd, -
                                                      • install the configuration file into /etc/ejabberd, -
                                                      • create a directory called /var/log/ejabberd to store log files. +
                                                      • install the configuration file into /etc/ejabberd, +
                                                      • create a directory called /var/log/ejabberd to store log files.
                                                      -

                                                      2.3.2  Windows

                                                      +

                                                      2.3.2  Windows

                                                      -
                                                      • +
                                                        • Install Erlang emulator (for example, into C:\Program Files\erl5.3). -
                                                        • Install Expat library into C:\Program Files\Expat-1.95.7 +
                                                        • Install Expat library into C:\Program Files\Expat-1.95.7 directory.

                                                          Copy file C:\Program Files\Expat-1.95.7\Libs\libexpat.dll to your Windows system directory (for example, C:\WINNT or C:\WINNT\System32) -
                                                        • Build and install the Iconv library into the directory +
                                                        • Build and install the Iconv library into the directory C:\Program Files\iconv-1.9.1.

                                                          Copy file C:\Program Files\iconv-1.9.1\bin\iconv.dll to your @@ -333,25 +349,25 @@ Note: instead of copying libexpat.dll and iconv.dll to the Windows C:\Program Files\Expat-1.95.7\Libs and C:\Program Files\iconv-1.9.1\bin to the PATH environment variable. -
                                                        • While in the directory ejabberd\src run: -
                                                          +
                                                        • While in the directory ejabberd\src run: +
                                                           configure.bat
                                                           nmake -f Makefile.win32
                                                          -
                                                        • Edit the file ejabberd\src\ejabberd.cfg and run -
                                                          +
                                                        • Edit the file ejabberd\src\ejabberd.cfg and run +
                                                           werl -s ejabberd -name ejabberd
                                                           
                                                        -

                                                        2.4  Starting

                                                        +

                                                        2.4  Starting

                                                        Execute the following command to start ejabberd: -
                                                        +
                                                           erl -pa /var/lib/ejabberd/ebin -name ejabberd -s ejabberd
                                                         
                                                        or -
                                                        +
                                                           erl -pa /var/lib/ejabberd/ebin -sname ejabberd -s ejabberd
                                                         
                                                        In the latter case the Erlang node will be identified using only the first part of the host name, i. e. other Erlang nodes outside this domain can't contact @@ -363,7 +379,7 @@ for storing its user database and for logging.

                                                        To specify the path to the configuration file, the log files and the Mnesia database directory, you may use the following command: -
                                                        +
                                                           erl -pa /var/lib/ejabberd/ebin \
                                                               -sname ejabberd \
                                                               -s ejabberd \
                                                        @@ -377,25 +393,25 @@ You can find other useful options in the Erlang manual page
                                                         
                                                        To use more than 1024 connections, you should set the environment variable ERL_MAX_PORTS: -
                                                        +
                                                           export ERL_MAX_PORTS=32000
                                                         
                                                        Note that with this value, ejabberd will use more memory (approximately 6 MB more).

                                                        To reduce memory usage, you may set the environment variable ERL_FULLSWEEP_AFTER: -
                                                        +
                                                           export ERL_FULLSWEEP_AFTER=0
                                                         
                                                        But in this case ejabberd can start to work slower.

                                                        -

                                                        3  Configuration

                                                        +

                                                        3  Configuration

                                                        -

                                                        3.1  Initial Configuration

                                                        +

                                                        3.1  Initial Configuration

                                                        @@ -406,12 +422,12 @@ configuration file are appended to the entries in the database. The configuration file contains a sequence of Erlang terms. Lines beginning with a `%' sign are ignored. Each term is a tuple of which the first element is the name of an option, and any further elements are that option's values. If the -configuration file do not contain for instance the ``hosts'' option, the old +configuration file do not contain for instance the “hosts” option, the old host name(s) stored in the database will be used.

                                                        You can override the old values stored in the database by adding next lines to the configuration file: -
                                                        +
                                                           override_global.
                                                           override_local.
                                                           override_acls.
                                                        @@ -420,7 +436,7 @@ before new ones are added.

                                                        -

                                                        3.1.1  Host Names

                                                        +

                                                        3.1.1  Host Names

                                                        @@ -428,23 +444,23 @@ The option hosts defines a list containing one or more domains that ejabberd will serve.

                                                        Examples: -
                                                        • +
                                                          • Serving one domain: -
                                                            • -
                                                              +
                                                              • +
                                                                   {hosts, ["example.org"]}.
                                                                -
                                                              • Backwards compatibility with older ejabberd versions can be retained +
                                                            • Backwards compatibility with older ejabberd versions can be retained with: -
                                                              + 
                                                                 {host, "example.org"}.
                                                               
                                                            -
                                                          • Serving two domains: -
                                                            +
                                                          • Serving two domains: +
                                                               {hosts, ["one.org", "two.org"]}.
                                                             
                                                          -

                                                          3.1.2  Default Language

                                                          +

                                                          3.1.2  Default Language

                                                          @@ -455,82 +471,82 @@ option language is "en". In order to take effect there must be translation file <language>.msg in ejabberd's msgs directory.

                                                          Examples: -
                                                          • +
                                                            • To set Russian as default language: -
                                                              +
                                                                 {language, "ru"}.
                                                              -
                                                            • To set Spanish as default language: -
                                                              +
                                                            • To set Spanish as default language: +
                                                                 {language, "es"}.
                                                               
                                                            -

                                                            3.1.3  Access Rules

                                                            +

                                                            3.1.3  Access Rules

                                                            Access control in ejabberd is performed via Access Control Lists (ACLs). The declarations of ACLs in the configuration file have the following syntax: -
                                                            +
                                                               {acl, <aclname>, {<acltype>, ...}}.
                                                             
                                                            <acltype> can be one of the following: -
                                                            -all
                                                            Matches all JIDs. Example: -
                                                            +
                                                            +all
                                                            Matches all JIDs. Example: +
                                                             {acl, all, all}.
                                                            -
                                                            {user, <username>}
                                                            Matches the user with the name +
                                                            {user, <username>}
                                                            Matches the user with the name <username> at the first virtual host. Example: -
                                                            +
                                                             {acl, admin, {user, "yozhik"}}.
                                                            -
                                                            {user, <username>, <server>}
                                                            Matches the user with the JID +
                                                            {user, <username>, <server>}
                                                            Matches the user with the JID <username>@<server> and any resource. Example: -
                                                            +
                                                             {acl, admin, {user, "yozhik", "example.org"}}.
                                                            -
                                                            {server, <server>}
                                                            Matches any JID from server +
                                                            {server, <server>}
                                                            Matches any JID from server <server>. Example: -
                                                            +
                                                             {acl, exampleorg, {server, "example.org"}}.
                                                            -
                                                            {user_regexp, <regexp>}
                                                            Matches any local user with a name that +
                                                            {user_regexp, <regexp>}
                                                            Matches any local user with a name that matches <regexp> at the first virtual host. Example: -
                                                            +
                                                             {acl, tests, {user, "^test[0-9]*$"}}.
                                                            -
                                                            {user_regexp, <regexp>, <server>}
                                                            Matches any user with a name +
                                                            {user_regexp, <regexp>, <server>}
                                                            Matches any user with a name that matches <regexp> at server <server>. Example: -
                                                            +
                                                             {acl, tests, {user, "^test", "example.org"}}.
                                                            -
                                                            {server_regexp, <regexp>}
                                                            Matches any JID from the server that +
                                                            {server_regexp, <regexp>}
                                                            Matches any JID from the server that matches <regexp>. Example: -
                                                            +
                                                             {acl, icq, {server, "^icq\\."}}.
                                                            -
                                                            {node_regexp, <user_regexp>, <server_regexp>}
                                                            Matches any user +
                                                            {node_regexp, <user_regexp>, <server_regexp>}
                                                            Matches any user with a name that matches <user_regexp> at any server that matches <server_regexp>. Example: -
                                                            +
                                                             {acl, yohzik, {node_regexp, "^yohzik$", "^example.(com|org)$"}}.
                                                            -
                                                            {user_glob, <glob>}
                                                            -
                                                            {user_glob, <glob>, <server>}
                                                            -
                                                            {server_glob, <glob>}
                                                            -
                                                            {node_glob, <user_glob>, <server_glob>}
                                                            This is the same as +
                                                            {user_glob, <glob>}
                                                            +
                                                            {user_glob, <glob>, <server>}
                                                            +
                                                            {server_glob, <glob>}
                                                            +
                                                            {node_glob, <user_glob>, <server_glob>}
                                                            This is the same as above. However, it uses shell glob patterns instead of regexp. These patterns can have the following special characters: -
                                                            - *
                                                            matches any string including the null string. -
                                                            ?
                                                            matches any single character. -
                                                            [...]
                                                            matches any of the enclosed characters. Character +
                                                            + *
                                                            matches any string including the null string. +
                                                            ?
                                                            matches any single character. +
                                                            [...]
                                                            matches any of the enclosed characters. Character ranges are specified by a pair of characters separated by a `-'. If the first character after `[' is a `!', any character not enclosed is matched.
                                                            The following ACLs are pre-defined: -
                                                            -all
                                                            Matches any JID. -
                                                            none
                                                            Matches no JID. +
                                                            +all
                                                            Matches any JID. +
                                                            none
                                                            Matches no JID.
                                                            An entry allowing or denying access to different services looks similar to this: -
                                                            +
                                                               {access, <accessname>, [{allow, <aclname>},
                                                                                       {deny, <aclname>},
                                                                                       ...
                                                            @@ -538,64 +554,64 @@ this:
                                                             
                                                            When a JID is checked to have access to <accessname>, the server sequentially checks if that JID mathes any of the ACLs that are named in the second elements of the tuples in the list. If it matches, the first element of -the first matched tuple is returned, otherwise ``deny'' is returned.
                                                            +the first matched tuple is returned, otherwise “deny” is returned.

                                                            Example: -
                                                            +
                                                               {access, configure, [{allow, admin}]}.
                                                               {access, something, [{deny, badmans},
                                                                                    {allow, all}]}.
                                                             
                                                            The following access rules are pre-defined: -
                                                            -all
                                                            Always returns ``allow'' -
                                                            none
                                                            Always returns ``deny'' +
                                                            +all
                                                            Always returns “allow” +
                                                            none
                                                            Always returns “deny
                                                            -

                                                            3.1.4  Shapers

                                                            +

                                                            3.1.4  Shapers

                                                            Shapers enable you to limit connection traffic. The syntax of shapers is like this: -
                                                            +
                                                               {shaper, <shapername>, <kind>}.
                                                             
                                                            Currently only one kind of shaper called maxrate is available. It has the following syntax: -
                                                            +
                                                               {maxrate, <rate>}
                                                             
                                                            where <rate> stands for the maximum allowed incomig rate in bytes per second.

                                                            Examples: -
                                                            • -To define a shaper named ``normal'' with traffic speed limited to +
                                                              • +To define a shaper named “normal” with traffic speed limited to 1,000 bytes/second: -
                                                                +
                                                                   {shaper, normal, {maxrate, 1000}}.
                                                                -
                                                              • To define a shaper named ``fast'' with traffic speed limited to +
                                                              • To define a shaper named “fast” with traffic speed limited to 50,000 bytes/second: -
                                                                +
                                                                   {shaper, fast, {maxrate, 50000}}.
                                                                 
                                                              -

                                                              3.1.5  Listened Sockets

                                                              +

                                                              3.1.5  Listened Sockets

                                                              The option listen defines for which addresses and ports ejabberd will listen and what services will be run on them. Each element of the list is a tuple with the following elements: -
                                                              • +
                                                                • Port number. -
                                                                • Module that serves this port. -
                                                                • Options to this module. +
                                                                • Module that serves this port. +
                                                                • Options to this module.
                                                                Currently next modules are implemented: -

                                                                +

                                                                @@ -640,18 +656,18 @@ Currently next modules are implemented:
                                                                ejabberd_c2s Descriptioncertfile, http_poll, inet6, ip, tls, web_admin
                                                                -

                                                                +

                                                                (*) The mechanism for external components is defined in Jabber Component Protocol (JEP-0114).

                                                                The following options are available: -
                                                                - {access, <access rule>}
                                                                This option defines - access to the port. The default value is ``all''. -
                                                                {certfile, Path}
                                                                Path to a file containing the SSL certificate. -
                                                                {hosts, [Hostnames], [HostOptions]}
                                                                This option +
                                                                + {access, <access rule>}
                                                                This option defines + access to the port. The default value is “all”. +
                                                                {certfile, Path}
                                                                Path to a file containing the SSL certificate. +
                                                                {hosts, [Hostnames], [HostOptions]}
                                                                This option defines one or more hostnames of connected services and enables you to specify additional options including {password, Secret}. -
                                                                http_poll
                                                                +
                                                                http_poll
                                                                This option enables HTTP Polling (JEP-0025) support. HTTP Polling enables access via HTTP requests to ejabberd from behind firewalls which do not allow outgoing sockets on port 5222.
                                                                @@ -663,76 +679,76 @@ If HTTP Polling is enabled, it will be available at JWChat (there is a tutorial to install JWChat with instructions for ejabberd). -
                                                                inet6
                                                                Set up the socket for IPv6. -
                                                                {ip, IPAddress}
                                                                This option specifies which network +
                                                                inet6
                                                                Set up the socket for IPv6. +
                                                                {ip, IPAddress}
                                                                This option specifies which network interface to listen for. For example {ip, {192, 168, 1, 1}}. -
                                                                {shaper, <access rule>}
                                                                This option defines a +
                                                                {shaper, <access rule>}
                                                                This option defines a shaper for the port (see section 3.1.4). The default value - is ``none''. -
                                                                ssl
                                                                This option specifies that traffic on + is “none”. +
                                                                ssl
                                                                This option specifies that traffic on the port will be encrypted using SSL. You should also set the certfile option. It is recommended to use the tls option instead. -
                                                                starttls
                                                                This option +
                                                                starttls
                                                                This option specifies that STARTTLS encryption is available on connections to the port. You should also set the certfile option. -
                                                                starttls_required
                                                                This option +
                                                                starttls_required
                                                                This option specifies that STARTTLS encryption is required on connections to the port. No unencrypted connections will be allowed. You should also set the certfile option. -
                                                                tls
                                                                This option specifies that traffic on +
                                                                tls
                                                                This option specifies that traffic on the port will be encrypted using SSL immediately after connecting. You should also set the certfile option. -
                                                                web_admin
                                                                This option +
                                                                web_admin
                                                                This option enables the web interface for ejabberd administration which is available at http://server:port/admin/. Login and password are the username and password of one of the registered users who are granted access by the - ``configure'' access rule. + “configure” access rule.
                                                                Also the following global options are available for s2s connections: -
                                                                - {s2s_use_starttls, true|false}
                                                                +
                                                                + {s2s_use_starttls, true|false}
                                                                This option defines whether to use STARTTLS for s2s connections. -
                                                                {s2s_certfile, Path}
                                                                Path to the +
                                                                {s2s_certfile, Path}
                                                                Path to the file containing the SSL certificate. -
                                                                {domain_certfile, Domain, Path}
                                                                Path +
                                                                {domain_certfile, Domain, Path}
                                                                Path to the file containing the SSL certificate for the specified domain.
                                                                For instance, the following configuration defines that: -
                                                                • +
                                                                  • c2s connections are listened for on port 5222 and 5223 (SSL) and denied - for the user ``bad'' -
                                                                  • s2s connections are listened for on port 5269 with STARTTLS for secured + for the user “bad” +
                                                                  • s2s connections are listened for on port 5269 with STARTTLS for secured traffic enabled. -
                                                                  • Port 5280 is serving the web interface and the HTTP Polling service. Note +
                                                                  • Port 5280 is serving the web interface and the HTTP Polling service. Note that it is also possible to serve them on different ports. The second example in section 3.3.1 shows how exactly this can be done. -
                                                                  • All users except for the administrators have a traffic of limit +
                                                                  • All users except for the administrators have a traffic of limit 1,000 Bytes/second -
                                                                  • The +
                                                                  • The AIM transport aim.example.org is connected to port 5233 with password - ``aimsecret'' -
                                                                  • The ICQ transport JIT (icq.example.org and + “aimsecret” +
                                                                  • The ICQ transport JIT (icq.example.org and sms.example.org) is connected to port 5234 with password - ``jitsecret'' -
                                                                  • The + “jitsecret” +
                                                                  • The MSN transport msn.example.org is connected to port 5235 with password - ``msnsecret'' -
                                                                  • The + “msnsecret” +
                                                                  • The Yahoo! transport yahoo.example.org is connected to port 5236 with password - ``yahoosecret'' -
                                                                  • The Gadu-Gadu transport gg.example.org is - connected to port 5237 with password ``ggsecret'' -
                                                                  • The + “yahoosecret” +
                                                                  • The Gadu-Gadu transport gg.example.org is + connected to port 5237 with password “ggsecret” +
                                                                  • The Jabber Mail Component jmc.example.org is connected to port 5238 with password - ``jmcsecret'' + “jmcsecret
                                                                  -
                                                                  +
                                                                     {acl, blocked, {user, "bad"}}.
                                                                     {access, c2s, [{deny, blocked},
                                                                                    {allow, all}]}.
                                                                  @@ -763,7 +779,7 @@ c2s connections are listened for on port 5222 and 5223 (SSL) and denied
                                                                     {s2s_certfile, "/path/to/ssl.pem"}.
                                                                   
                                                                  Note, that for jabberd 1.4- or WPJabber-based services you have to make the transports log and do XDB by themselves: -
                                                                  +
                                                                     <!--
                                                                        You have to add elogger and rlogger entries here when using ejabberd.
                                                                        In this case the transport will do the logging.
                                                                  @@ -795,7 +811,7 @@ services you have to make the transports log and do XDB by themselves:
                                                                   
                                                                  -

                                                                  3.1.6  Modules

                                                                  +

                                                                  3.1.6  Modules

                                                                  @@ -806,7 +822,7 @@ module. Read section A for detailed information module.

                                                                  Example: -
                                                                  +
                                                                     {modules,
                                                                      [{mod_register,  []},
                                                                       {mod_roster,    []},
                                                                  @@ -829,22 +845,22 @@ Example:
                                                                   
                                                                  -

                                                                  3.1.7  Virtual Hosting

                                                                  +

                                                                  3.1.7  Virtual Hosting

                                                                  Options can be defined separately for every virtual host using the host_config option. It has the following syntax: -
                                                                  +
                                                                     {host_config, <hostname>, [<option>, <option>, ...]}.
                                                                   
                                                                  Examples: -
                                                                  • +
                                                                    • Domain one.org is using the internal authentication method while domain two.org is using the LDAP server running on the domain localhost to perform authentication: -
                                                                      +
                                                                       {host_config, "one.org", [{auth_method, internal}]}.
                                                                       
                                                                       {host_config, "two.org", [{auth_method, ldap},
                                                                      @@ -853,10 +869,10 @@ Domain one.org is using the internal authentication method while
                                                                                                     {ldap_rootdn, "dc=localdomain"},
                                                                                                     {ldap_rootdn, "dc=example,dc=com"},
                                                                                                     {ldap_password, ""}]}.
                                                                      -
                                                                    • Domain one.org is using ODBC to perform authentication +
                                                                    • Domain one.org is using ODBC to perform authentication while domain two.org is using the LDAP servers running on the domains localhost and otherhost: -
                                                                      +
                                                                       {host_config, "one.org", [{auth_method, odbc},
                                                                                                     {odbc_server, "DSN=ejabberd;UID=ejabberd;PWD=ejabberd"}]}.
                                                                       
                                                                      @@ -869,44 +885,44 @@ Domain one.org is using the internal authentication method while
                                                                       
                                                                    -

                                                                    3.2  Creating an Initial Administrator

                                                                    +

                                                                    3.2  Creating an Initial Administrator

                                                                    Before the web interface can be entered to perform administration tasks, an account with administrator rights is needed on your ejabberd deployment.

                                                                    Instructions to create an initial administrator account: -
                                                                    1. +
                                                                      1. Register an account on your ejabberd deployment. An account can be created in two ways: -
                                                                        1. +
                                                                          1. Using the tool ejabberdctl (see section 3.3.2): -
                                                                            + 
                                                                             % ejabberdctl node@host register admin example.org password
                                                                            -
                                                                          2. Using In-Band Registration (see section A.12): you can +
                                                                          3. Using In-Band Registration (see section A.12): you can use a Jabber client to register an account.
                                                                          -
                                                                        2. Edit the configuration file to promote the account created in the previous +
                                                                        3. Edit the configuration file to promote the account created in the previous step to an account with administrator rights. Note that if you want to add more administrators, a seperate acl entry is needed for each administrator. -
                                                                          + 
                                                                             {acl, admins, {user, "admin", "example.org"}}.
                                                                             {access, configure, [{allow, admins}]}.
                                                                          -
                                                                        4. Restart ejabberd to load the new configuration. -
                                                                        5. Open the web interface (http://server:port/admin/) in your +
                                                                        6. Restart ejabberd to load the new configuration. +
                                                                        7. Open the web interface (http://server:port/admin/) in your favourite browser. Make sure to enter the full JID as username (in this example: admin@example.org. The reason that you also need to enter the suffix, is because ejabberd's virtual hosting support.
                                                                        -

                                                                        3.3  Online Configuration and Monitoring

                                                                        +

                                                                        3.3  Online Configuration and Monitoring

                                                                        -

                                                                        3.3.1  Web Interface

                                                                        +

                                                                        3.3.1  Web Interface

                                                                        @@ -917,22 +933,24 @@ section 3.1.5). Then you can open will be asked to enter the username (the full Jabber ID) and password of an ejabberd user with administrator rights. After authentication you will see a page similar to figure 1. -

                                                                        +


                                                                        -
                                                                        Figure 1: Top page from the web interface

                                                                        +
                                                                        +
                                                                        Figure 1: Top page from the web interface

                                                                        +
                                                                        -

                                                                        +

                                                                        Here you can edit access restrictions, manage users, create backups, manage the database, enable/disable ports listened for, view server statistics,...

                                                                        Examples: -
                                                                        • +
                                                                          • You can serve the web interface on the same port as the HTTP Polling interface. In this example you should point your web browser to http://example.org:5280/admin/ to @@ -941,11 +959,11 @@ You can serve the web interface on the same port as the virtual host two.org. Before you get access to the web interface you need to enter as username, the JID and password from a registered user that is allowed to configure ejabberd. In this example you can enter as username - ``admin@one.org'' to administer all virtual hosts (first URL). If you - log in with ``admin@two.org'' on
                                                                            + “admin@one.org” to administer all virtual hosts (first URL). If you + log in with “admin@two.org” on
                                                                            http://example.org:5280/admin/server/two.org/ you can only administer the virtual host two.org. -
                                                                            + 
                                                                               ...
                                                                               {acl, admins, {user, "admin", "one.org"}}.
                                                                               {host_config, "two.org", [{acl, admins, {user, "admin", "two.org"}}]}.
                                                                            @@ -959,11 +977,11 @@ You can serve the web interface on the same port as the
                                                                                 ...
                                                                                ]
                                                                               }.
                                                                            -
                                                                          • For security reasons, you can serve the web interface on a secured +
                                                                          • For security reasons, you can serve the web interface on a secured connection, on a port differing from the HTTP Polling interface, and bind it to the internal LAN IP. The web interface will be accessible by pointing your web browser to https://192.168.1.1:5280/admin/: -
                                                                            + 
                                                                               ...
                                                                               {hosts, ["example.org"]}.
                                                                               ...
                                                                            @@ -978,13 +996,13 @@ You can serve the web interface on the same port as the
                                                                             
                                                                          -

                                                                          3.3.2  ejabberdctl

                                                                          +

                                                                          3.3.2  ejabberdctl

                                                                          It is possible to do some administration operations using the command line tool ejabberdctl. You can list all available options by running ejabberdctl without arguments: -
                                                                          +
                                                                           % ejabberdctl
                                                                           Usage: ejabberdctl node command
                                                                           
                                                                          @@ -1009,27 +1027,27 @@ Example:
                                                                             ejabberdctl ejabberd@host restart
                                                                           
                                                                          Additional information: -
                                                                          -reopen-log
                                                                          If you use a tool to rotate logs, you have to configure it +
                                                                          +reopen-log
                                                                          If you use a tool to rotate logs, you have to configure it so that this command is executed after each rotation. -
                                                                          backup, restore, install-fallback, dump, load
                                                                          You can use these +
                                                                          backup, restore, install-fallback, dump, load
                                                                          You can use these commands to create and restore backups. -
                                                                          import-file, import-dir
                                                                          +
                                                                          import-file, import-dir
                                                                          These options can be used to migrate from other Jabber/XMPP servers. There exist tutorials to migrate from jabberd 1.4 and to migrate from jabberd2. -
                                                                          delete-expired-messages
                                                                          This option can be used to delete old messages +
                                                                          delete-expired-messages
                                                                          This option can be used to delete old messages in offline storage. This might be useful when the number of offline messages is very high.
                                                                          -

                                                                          4  Firewall Settings

                                                                          +

                                                                          4  Firewall Settings

                                                                          You need to take the following ports in mind when configuring your firewall: -

                                                                          +

                                                                          @@ -1050,28 +1068,28 @@ You need to take the following ports in mind when configuring your firewall:
                                                                          Port DescriptionOnly for clustring (see 6). This range is configurable (see 2.4).
                                                                          -

                                                                          +

                                                                          -

                                                                          5  SRV Records

                                                                          +

                                                                          5  SRV Records

                                                                          -
                                                                          • + -

                                                                            6  Clustering

                                                                            +

                                                                            6  Clustering

                                                                            -

                                                                            6.1  How it Works

                                                                            +

                                                                            6.1  How it Works

                                                                            @@ -1084,15 +1102,15 @@ needed because all nodes exchange information about connected users, s2s connections, registered services, etc...

                                                                            Each ejabberd node has the following modules: -
                                                                            • +
                                                                              • router, -
                                                                              • local router, -
                                                                              • session manager, -
                                                                              • s2s manager. +
                                                                              • local router, +
                                                                              • session manager, +
                                                                              • s2s manager.
                                                                              -

                                                                              6.1.1  Router

                                                                              +

                                                                              6.1.1  Router

                                                                              This module is the main router of Jabber packets on each node. It @@ -1103,7 +1121,7 @@ appropriate process. If not, it is sent to the s2s manager.

                                                                              -

                                                                              6.1.2  Local Router

                                                                              +

                                                                              6.1.2  Local Router

                                                                              This module routes packets which have a destination domain equal to @@ -1113,7 +1131,7 @@ on its content.

                                                                              -

                                                                              6.1.3  Session Manager

                                                                              +

                                                                              6.1.3  Session Manager

                                                                              This module routes packets to local users. It looks up to which user @@ -1123,7 +1141,7 @@ storage, or bounced back.

                                                                              -

                                                                              6.1.4  s2s Manager

                                                                              +

                                                                              6.1.4  s2s Manager

                                                                              This module routes packets to other Jabber servers. First, it @@ -1134,52 +1152,52 @@ serving this connection, otherwise a new connection is opened.

                                                                              -

                                                                              6.2  Clustering Setup

                                                                              +

                                                                              6.2  Clustering Setup

                                                                              Suppose you already configured ejabberd on one machine named (first), and you need to setup another one to make an ejabberd cluster. Then do following steps: -
                                                                              1. +
                                                                                1. Copy ~ejabberd/.erlang.cookie file from first to second.

                                                                                  -(alt) You can also add ``-cookie content_of_.erlang.cookie'' - option to all ``erl'' commands below.
                                                                                  +(alt) You can also add “-cookie content_of_.erlang.cookie” + option to all “erl” commands below.

                                                                                  -
                                                                                2. On second run as the `ejabberd' user in the directory +
                                                                                3. On second run as the `ejabberd' user in the directory where ejabberd will work later the following command: -
                                                                                  +
                                                                                   erl -sname ejabberd \
                                                                                       -mnesia extra_db_nodes "['ejabberd@first']" \
                                                                                       -s mnesia
                                                                                   
                                                                                  This will start Mnesia serving the same database as ejabberd@first. - You can check this by running the command ``mnesia:info().''. You + You can check this by running the command “mnesia:info().”. You should see a lot of remote tables and a line like the following: -
                                                                                  +
                                                                                   running db nodes   = [ejabberd@first, ejabberd@second]
                                                                                   


                                                                                  -
                                                                                4. Now run the following in the same ``erl'' session: -
                                                                                  +
                                                                                5. Now run the following in the same “erl” session: +
                                                                                   mnesia:change_table_copy_type(schema, node(), disc_copies).
                                                                                   
                                                                                  This will create local disc storage for the database.

                                                                                  -(alt) Change storage type of `scheme' table to ``RAM and disc - copy'' on the second node via the web interface.
                                                                                  +(alt) Change storage type of `scheme' table to “RAM and disc + copy” on the second node via the web interface.

                                                                                  -
                                                                                6. Now you can add replicas of various tables to this node with - ``mnesia:add_table_copy'' or - ``mnesia:change_table_copy_type'' as above (just replace - ``schema'' with another table name and ``disc_copies'' - can be replaced with ``ram_copies'' or - ``disc_only_copies'').
                                                                                  +
                                                                                7. Now you can add replicas of various tables to this node with + “mnesia:add_table_copy” or + “mnesia:change_table_copy_type” as above (just replace + “schema” with another table name and “disc_copies” + can be replaced with “ram_copies” or + “disc_only_copies”).

                                                                                  Which tables to replicate is very dependant on your needs, you can get - some hints from the command ``mnesia:info().'', by looking at the + some hints from the command “mnesia:info().”, by looking at the size of tables and the default storage type for each table on 'first'.

                                                                                  Replicating a table makes lookups in this table faster on this node. @@ -1191,13 +1209,13 @@ Also Run “init:stop().” or just “q().” to exit from the Erlang shell. This probably can take some time if Mnesia has not yet transfered and processed all data it needed from first.

                                                                                  -
                                                                                8. Now run ejabberd on second with almost the same config as - on first (you probably don't need to duplicate ``acl'' - and ``access'' options --- they will be taken from +
                                                                                9. Now run ejabberd on second with almost the same config as + on first (you probably don't need to duplicate “acl” + and “access” options — they will be taken from first, and mod_muc and mod_irc should be enabled only on one machine in the cluster).
                                                                                @@ -1206,13 +1224,13 @@ domain.

                                                                                -

                                                                                A  Built-in Modules

                                                                                +

                                                                                A  Built-in Modules

                                                                                -

                                                                                A.1  Common Options

                                                                                +

                                                                                A.1  Common Options

                                                                                The following options are used by many modules. Therefore, they are described in @@ -1220,7 +1238,7 @@ this separate section.

                                                                                -

                                                                                A.1.1  iqdisc

                                                                                +

                                                                                A.1.1  iqdisc

                                                                                @@ -1228,23 +1246,23 @@ Many modules define handlers for processing IQ queries of different namespaces to this server or to a user (e. g. to example.org or to user@example.org). This option defines processing discipline for these queries. Possible values are: -
                                                                                -no_queue
                                                                                All queries of a namespace with this processing discipline are +
                                                                                +no_queue
                                                                                All queries of a namespace with this processing discipline are processed immediately. This also means that no other packets can be processed until this one has been completely processed. Hence this discipline is not recommended if the processing of a query can take a relatively long time. -
                                                                                one_queue
                                                                                In this case a separate queue is created for the processing +
                                                                                one_queue
                                                                                In this case a separate queue is created for the processing of IQ queries of a namespace with this discipline. In addition, the processing of this queue is done in parallel with that of other packets. This discipline is most recommended. -
                                                                                parallel
                                                                                For every packet with this discipline a separate Erlang process +
                                                                                parallel
                                                                                For every packet with this discipline a separate Erlang process is spawned. Consequently, all these packets are processed in parallel. Although spawning of Erlang process has a relatively low cost, this can break the server's normal work, because the Erlang emulator has a limit on the number of processes (32000 by default).
                                                                                Example: -
                                                                                +
                                                                                   {modules,
                                                                                    [
                                                                                     ...
                                                                                @@ -1254,7 +1272,7 @@ Example:
                                                                                 
                                                                                -

                                                                                A.1.2  hosts

                                                                                +

                                                                                A.1.2  hosts

                                                                                @@ -1262,19 +1280,19 @@ A module acting as a service can have one or more hostnames. These hostnames can be defined with the hosts option.

                                                                                Examples: -
                                                                                • +
                                                                                  • Serving the echo module on one domain: -
                                                                                    • -
                                                                                      + 
                                                                                      • +
                                                                                           {modules,
                                                                                            [
                                                                                             ...
                                                                                             {mod_echo, [{hosts, ["echo.example.org"]}]},
                                                                                             ...
                                                                                            ]}.
                                                                                        -
                                                                                      • Backwards compatibility with older ejabberd versions can be retained +
                                                                                    • Backwards compatibility with older ejabberd versions can be retained with: -
                                                                                      + 
                                                                                         {modules,
                                                                                          [
                                                                                           ...
                                                                                      @@ -1282,8 +1300,8 @@ Serving the echo module on one domain:
                                                                                           ...
                                                                                          ]}.
                                                                                       
                                                                                    -
                                                                                  • Serving the echo module on tho domains: -
                                                                                    + 
                                                                                  • Serving the echo module on tho domains: +
                                                                                       {modules,
                                                                                        [
                                                                                         ...
                                                                                    @@ -1293,7 +1311,7 @@ Serving the echo module on one domain:
                                                                                     
                                                                                  -

                                                                                  A.2  mod_announce

                                                                                  +

                                                                                  A.2  mod_announce

                                                                                  @@ -1303,36 +1321,36 @@ Jabber client by sending messages to specific JIDs. These JIDs are listed in next paragraph. The first JID in each entry will apply only to the virtual host example.org, while the JID between brackets will apply to all virtual hosts: -
                                                                                  -example.org/announce/all (example.org/announce/all-hosts/all)
                                                                                  The +
                                                                                  +example.org/announce/all (example.org/announce/all-hosts/all)
                                                                                  The message is sent to all registered users. If the user is online and connected to several resources, only the resource with the highest priority will receive the message. If the registered user is not connected, the message will be stored offline in assumption that offline storage (see section A.8) is enabled. -
                                                                                  example.org/announce/online (example.org/announce/all-hosts/online)
                                                                                  The +
                                                                                  example.org/announce/online (example.org/announce/all-hosts/online)
                                                                                  The message is sent to all connected users. If the user is online and connected to several resources, all resources will receive the message. -
                                                                                  example.org/announce/motd (example.org/announce/all-hosts/motd)
                                                                                  The +
                                                                                  example.org/announce/motd (example.org/announce/all-hosts/motd)
                                                                                  The message is set as the message of the day (MOTD) and is sent to users when they login. In addition the message is sent to all connected users (similar to announce/online). -
                                                                                  example.org/announce/motd/update (example.org/announce/all-hosts/motd/update)
                                                                                  +
                                                                                  example.org/announce/motd/update (example.org/announce/all-hosts/motd/update)
                                                                                  The message is set as message of the day (MOTD) and is sent to users when they login. The message is not sent to any currently connected user. -
                                                                                  example.org/announce/motd/delete (example.org/announce/all-hosts/motd/delete)
                                                                                  +
                                                                                  example.org/announce/motd/delete (example.org/announce/all-hosts/motd/delete)
                                                                                  Any message sent to this JID removes the existing message of the day (MOTD).
                                                                                  Options: -
                                                                                  -access
                                                                                  This option specifies who is allowed to +
                                                                                  +access
                                                                                  This option specifies who is allowed to send announcements and to set the message of the day (by default, nobody is able to send such messages).
                                                                                  Examples: -
                                                                                  • +
                                                                                    • Only administrators can send announcements: -
                                                                                      + 
                                                                                         {access, announce, [{allow, admins}]}.
                                                                                       
                                                                                         {modules,
                                                                                      @@ -1341,8 +1359,8 @@ Only administrators can send announcements:
                                                                                           {mod_announce, [{access, announce}]},
                                                                                           ...
                                                                                          ]}.
                                                                                      -
                                                                                    • Administrators as well as the direction can send announcements: -
                                                                                      +
                                                                                    • Administrators as well as the direction can send announcements: +
                                                                                         {acl, direction, {user, "big_boss", "example.org"}}.
                                                                                         {acl, direction, {user, "assistant", "example.org"}}.
                                                                                         {acl, admins, {user, "admin", "example.org"}}.
                                                                                      @@ -1359,7 +1377,7 @@ Only administrators can send announcements:
                                                                                       
                                                                                    -

                                                                                    A.3  mod_disco

                                                                                    +

                                                                                    A.3  mod_disco

                                                                                    @@ -1372,26 +1390,26 @@ the newer Service Discovery protocol if you want them be able to discover the services you offer.

                                                                                    Options: -
                                                                                    -iqdisc
                                                                                    This specifies +
                                                                                    +iqdisc
                                                                                    This specifies the processing discipline for Service Discovery (http://jabber.org/protocol/disco#items and http://jabber.org/protocol/disco#info) IQ queries (see section A.1.1). -
                                                                                    extra_domains
                                                                                    With this option, +
                                                                                    extra_domains
                                                                                    With this option, extra domains can be added to the Service Discovery item list.
                                                                                    Examples: -
                                                                                    • +
                                                                                      • To serve a link to the Jabber User Directory on jabber.org: -
                                                                                        + 
                                                                                           {modules,
                                                                                            [
                                                                                             ...
                                                                                             {mod_disco, [{extra_domains, ["users.jabber.org"]}]},
                                                                                             ...
                                                                                            ]}.
                                                                                        -
                                                                                      • To serve a link to the transports on another server: -
                                                                                        +
                                                                                      • To serve a link to the transports on another server: +
                                                                                           {modules,
                                                                                            [
                                                                                             ...
                                                                                        @@ -1399,8 +1417,8 @@ To serve a link to the Jabber User Directory on jabber.org:
                                                                                                                           "msn.example.com"]}]},
                                                                                             ...
                                                                                            ]}.
                                                                                        -
                                                                                      • To serve a link to a few friendly servers: -
                                                                                        +
                                                                                      • To serve a link to a few friendly servers: +
                                                                                           {modules,
                                                                                            [
                                                                                             ...
                                                                                        @@ -1411,7 +1429,7 @@ To serve a link to the Jabber User Directory on jabber.org:
                                                                                         
                                                                                      -

                                                                                      A.4  mod_echo

                                                                                      +

                                                                                      A.4  mod_echo

                                                                                      @@ -1420,31 +1438,31 @@ packet back to the sender. This mirror can be of interest for ejabberd and Jabber client debugging.

                                                                                      Options: -
                                                                                      +
                                                                                      - hosts
                                                                                      This option defines the hostnames of the + hosts
                                                                                      This option defines the hostnames of the service (see section A.1.2). If neither hosts nor - the old host is present, the prefix ``echo.'' is added to all + the old host is present, the prefix “echo.” is added to all ejabberd hostnames.
                                                                                      Examples: -
                                                                                      • +
                                                                                        • Mirror, mirror, on the wall, who is the most beautiful of them all? -
                                                                                          + 
                                                                                             {modules,
                                                                                              [
                                                                                               ...
                                                                                               {mod_echo, [{hosts, ["mirror.example.org"]}]},
                                                                                               ...
                                                                                              ]}.
                                                                                          -
                                                                                        • If you still do not understand the inner workings of mod_echo, +
                                                                                        • If you still do not understand the inner workings of mod_echo, you can find a few more examples in section A.1.2.
                                                                                        -

                                                                                        A.5  mod_irc

                                                                                        +

                                                                                        A.5  mod_irc

                                                                                        @@ -1453,49 +1471,49 @@ servers.

                                                                                        End user information: -
                                                                                        • -A Jabber client with ``groupchat 1.0'' support or Multi-User +
                                                                                          • +A Jabber client with “groupchat 1.0” support or Multi-User Chat support (JEP-0045) is necessary to join IRC channels. -
                                                                                          • An IRC channel can be joined in nearly the same way as joining a +
                                                                                          • An IRC channel can be joined in nearly the same way as joining a Jabber Multi-User Chat room. The difference is that the room name will - be ``channel%irc.example.org'' in case irc.example.org is - the IRC server hosting ``channel''. And of course the host should point + be “channel%irc.example.org” in case irc.example.org is + the IRC server hosting “channel”. And of course the host should point to the IRC transport instead of the Multi-User Chat service. -
                                                                                          • You can register your nickame by sending ``IDENTIFY password'' to
                                                                                            +
                                                                                          • You can register your nickame by sending “IDENTIFY password” to
                                                                                            nickserver!irc.example.org@irc.jabberserver.org. -
                                                                                          • Entering your password is possible by sending ``LOGIN nick password''
                                                                                            +
                                                                                          • Entering your password is possible by sending “LOGIN nick password”
                                                                                            to nickserver!irc.example.org@irc.jabberserver.org. -
                                                                                          • When using a popular Jabber server, it can occur that no +
                                                                                          • When using a popular Jabber server, it can occur that no connection can be achieved with some IRC servers because they limit the number of conections from one IP.
                                                                                          Options: -
                                                                                          +
                                                                                          - hosts
                                                                                          This option defines the hostnames of the + hosts
                                                                                          This option defines the hostnames of the service (see section A.1.2). If neither hosts nor - the old host is present, the prefix ``irc.'' is added to all + the old host is present, the prefix “irc.” is added to all ejabberd hostnames. -
                                                                                          access
                                                                                          This option can be used to specify who +
                                                                                          access
                                                                                          This option can be used to specify who may use the IRC transport (default value: all).
                                                                                          Examples: -
                                                                                          • +
                                                                                            • In the first example, the IRC transport is available on (all) your - virtual host(s) with the prefix ``irc.''. Furthermore, anyone is + virtual host(s) with the prefix “irc.”. Furthermore, anyone is able to use the transport. -
                                                                                              + 
                                                                                                 {modules,
                                                                                                  [
                                                                                                   ...
                                                                                                   {mod_irc, [{access, all}]},
                                                                                                   ...
                                                                                                  ]}.
                                                                                              -
                                                                                            • In next example the IRC transport is available on two virtual hosts +
                                                                                            • In next example the IRC transport is available on two virtual hosts with different prefixes on each host. Moreover, the transport is only accessible by paying customers registered on our domains and on other servers. -
                                                                                              + 
                                                                                                 {acl, paying_customers, {user, "customer1", "one.org"}}.
                                                                                                 {acl, paying_customers, {user, "customer2", "two.org"}}.
                                                                                                 {acl, paying_customers, {user, "customer3", "example.org"}}.
                                                                                              @@ -1513,7 +1531,7 @@ In the first example, the IRC transport is available on (all) your
                                                                                               
                                                                                            -

                                                                                            A.6  mod_last

                                                                                            +

                                                                                            A.6  mod_last

                                                                                            @@ -1523,14 +1541,14 @@ connected user was last active on the server, or to query the uptime of the ejabberd server.

                                                                                            Options: -
                                                                                            -iqdisc
                                                                                            This specifies +
                                                                                            +iqdisc
                                                                                            This specifies the processing discipline for Last activity (jabber:iq:last) IQ queries (see section A.1.1).
                                                                                            -

                                                                                            A.7  mod_muc

                                                                                            +

                                                                                            A.7  mod_muc

                                                                                            @@ -1539,38 +1557,38 @@ With this module enabled, your server will support Multi-User Chat that this module is not (yet) clusterable.

                                                                                            Some of the features of Multi-User Chat: -
                                                                                            • +
                                                                                              • Sending private messages to room participants. -
                                                                                              • Inviting users. -
                                                                                              • Setting a conference topic. -
                                                                                              • Creating password protected rooms. -
                                                                                              • Kicking and banning participants. +
                                                                                              • Inviting users. +
                                                                                              • Setting a conference topic. +
                                                                                              • Creating password protected rooms. +
                                                                                              • Kicking and banning participants.
                                                                                              Options: -
                                                                                              +
                                                                                              - hosts
                                                                                              This option defines the hostnames of the + hosts
                                                                                              This option defines the hostnames of the service (see section A.1.2). If neither hosts nor - the old host is present, the prefix ``conference.'' is added to all + the old host is present, the prefix “conference.” is added to all ejabberd hostnames. -
                                                                                              access
                                                                                              You can specify who is allowed to use +
                                                                                              access
                                                                                              You can specify who is allowed to use the Multi-User Chat service (by default, everyone is allowed to use it). -
                                                                                              access_create
                                                                                              To configure who is +
                                                                                              access_create
                                                                                              To configure who is allowed to create new rooms at the Multi-User Chat service, this option can be used (by default, everybody is allowed to create rooms). -
                                                                                              access_admin
                                                                                              This option specifies +
                                                                                              access_admin
                                                                                              This option specifies who is allowed to administrate the Multi-User Chat service (the default value is none, which means that only the room creator can administer his room).
                                                                                              Examples: -
                                                                                              • +
                                                                                                • In the first example everyone is allowed to use the Multi-User Chat service. Everyone will also be able to create new rooms but only the user admin@example.org is allowed to administrate any room. In this example he is also a global administrator. -
                                                                                                  + 
                                                                                                     {acl, admins, {user, "admin", "example.org"}}.
                                                                                                     ...
                                                                                                     {access, muc_admins, [{allow, admins}]}.
                                                                                                  @@ -1583,11 +1601,11 @@ In the first example everyone is allowed to use the Multi-User Chat
                                                                                                                  {access_admin, muc_admins}]},
                                                                                                       ...
                                                                                                      ]}.
                                                                                                  -
                                                                                                • In the second example the Multi-User Chat service is only accessible by +
                                                                                                • In the second example the Multi-User Chat service is only accessible by paying customers registered on our domains and on other servers. Of course the administrator is also allowed to access rooms. In addition, he is the only authority able to create and administer rooms. -
                                                                                                  + 
                                                                                                     {acl, paying_customers, {user, "customer1", "one.org"}}.
                                                                                                     {acl, paying_customers, {user, "customer2", "two.org"}}.
                                                                                                     {acl, paying_customers, {user, "customer3", "example.org"}}.
                                                                                                  @@ -1610,7 +1628,7 @@ In the first example everyone is allowed to use the Multi-User Chat
                                                                                                   
                                                                                                -

                                                                                                A.8  mod_offline

                                                                                                +

                                                                                                A.8  mod_offline

                                                                                                @@ -1622,78 +1640,78 @@ online again. Thus it is very similar to how email works. Note that
                                                                                                -

                                                                                                A.9  mod_privacy

                                                                                                +

                                                                                                A.9  mod_privacy

                                                                                                This module implements Blocking Communication (also known as Privacy Rules) as defined in section 10 from XMPP IM. If end users have support for it in their Jabber client, they will be able to: -
                                                                                                -
                                                                                                • +
                                                                                                  +
                                                                                                  • Retrieving one's privacy lists. -
                                                                                                  • Adding, removing, and editing one's privacy lists. -
                                                                                                  • Setting, changing, or declining active lists. -
                                                                                                  • Setting, changing, or declining the default list (i.e., the list that +
                                                                                                  • Adding, removing, and editing one's privacy lists. +
                                                                                                  • Setting, changing, or declining active lists. +
                                                                                                  • Setting, changing, or declining the default list (i.e., the list that is active by default). -
                                                                                                  • Allowing or blocking messages based on JID, group, or subscription type +
                                                                                                  • Allowing or blocking messages based on JID, group, or subscription type (or globally). -
                                                                                                  • Allowing or blocking inbound presence notifications based on JID, group, +
                                                                                                  • Allowing or blocking inbound presence notifications based on JID, group, or subscription type (or globally). -
                                                                                                  • Allowing or blocking outbound presence notifications based on JID, group, +
                                                                                                  • Allowing or blocking outbound presence notifications based on JID, group, or subscription type (or globally). -
                                                                                                  • Allowing or blocking IQ stanzas based on JID, group, or subscription type +
                                                                                                  • Allowing or blocking IQ stanzas based on JID, group, or subscription type (or globally). -
                                                                                                  • Allowing or blocking all communications based on JID, group, or +
                                                                                                  • Allowing or blocking all communications based on JID, group, or subscription type (or globally).
                                                                                                  (from http://www.xmpp.org/specs/rfc3921.html#privacy)
                                                                                                  Options: -
                                                                                                  -iqdisc
                                                                                                  This specifies +
                                                                                                  +iqdisc
                                                                                                  This specifies the processing discipline for Blocking Communication (jabber:iq:privacy) IQ queries (see section A.1.1).
                                                                                                  -

                                                                                                  A.10  mod_private

                                                                                                  +

                                                                                                  A.10  mod_private

                                                                                                  This module adds support for Private XML Storage (JEP-0049): -
                                                                                                  +
                                                                                                  Using this method, Jabber entities can store private data on the server and retrieve it whenever necessary. The data stored might be anything, as long as it is valid XML. One typical usage for this namespace is the server-side storage of client-specific preferences; another is Bookmark Storage (JEP-0048).
                                                                                                  Options: -
                                                                                                  -iqdisc
                                                                                                  This specifies +
                                                                                                  +iqdisc
                                                                                                  This specifies the processing discipline for Private XML Storage (jabber:iq:private) IQ queries (see section A.1.1).
                                                                                                  -

                                                                                                  A.11  mod_pubsub

                                                                                                  +

                                                                                                  A.11  mod_pubsub

                                                                                                  This module offers a Publish-Subscribe Service (JEP-0060). Publish-Subscribe can be used to develop (examples are taken from the JEP): -
                                                                                                  -
                                                                                                  • +
                                                                                                    +
                                                                                                    • news feeds and content syndacation, -
                                                                                                    • avatar management, -
                                                                                                    • shared bookmarks, -
                                                                                                    • auction and trading systems, -
                                                                                                    • online catalogs, -
                                                                                                    • workflow systems, -
                                                                                                    • network management systems, -
                                                                                                    • NNTP gateways, -
                                                                                                    • vCard/profile management, -
                                                                                                    • and weblogs. +
                                                                                                    • avatar management, +
                                                                                                    • shared bookmarks, +
                                                                                                    • auction and trading systems, +
                                                                                                    • online catalogs, +
                                                                                                    • workflow systems, +
                                                                                                    • network management systems, +
                                                                                                    • NNTP gateways, +
                                                                                                    • vCard/profile management, +
                                                                                                    • and weblogs.
                                                                                                    @@ -1703,18 +1721,18 @@ known as ESB, the Enterprise Service Bus). The J-EAI project builts upon ejabberd's codebase and has contributed several features to mod_pubsub.

                                                                                                    Options: -
                                                                                                    +
                                                                                                    - hosts
                                                                                                    This option defines the hostnames of the + hosts
                                                                                                    This option defines the hostnames of the service (see section A.1.2). If neither hosts nor - the old host is present, the prefix ``pubsub.'' is added to all + the old host is present, the prefix “pubsub.” is added to all ejabberd hostnames. -
                                                                                                    served_hosts
                                                                                                    To specify which hosts needs to +
                                                                                                    served_hosts
                                                                                                    To specify which hosts needs to be served, you can use this option. If absent, only the main ejabberd host is served.
                                                                                                    Example: -
                                                                                                    +
                                                                                                       {modules,
                                                                                                        [
                                                                                                         ...
                                                                                                    @@ -1725,32 +1743,32 @@ Example:
                                                                                                     
                                                                                                    -

                                                                                                    A.12  mod_register

                                                                                                    +

                                                                                                    A.12  mod_register

                                                                                                    This module adds support for In-Band Registration (JEP-0077). This protocol enables end users to use a Jabber client to: -
                                                                                                    • +
                                                                                                      • Register a new account on the server. -
                                                                                                      • Change the password from an existing account on the server. -
                                                                                                      • Delete an existing account on the server. +
                                                                                                      • Change the password from an existing account on the server. +
                                                                                                      • Delete an existing account on the server.
                                                                                                      Options: -
                                                                                                      -access
                                                                                                      This option can be configured to specify - rules to restrict registration. If a rule returns ``deny'' on the requested +
                                                                                                      +access
                                                                                                      This option can be configured to specify + rules to restrict registration. If a rule returns “deny” on the requested user name, registration for that user name is dennied. (there are no restrictions by default). -
                                                                                                      iqdisc
                                                                                                      This specifies +
                                                                                                      iqdisc
                                                                                                      This specifies the processing discipline for In-Band Registration (jabber:iq:register) IQ queries (see section A.1.1).
                                                                                                      Examples: -
                                                                                                      • +
                                                                                                        • Next example prohibits the registration of too short account names and of account names with exotic characters in it: -
                                                                                                          + 
                                                                                                             {acl, shortname, {user_glob, "?"}}.
                                                                                                             {acl, shortname, {user_glob, "??"}}.
                                                                                                             {acl, strangename, {user_regexp, "^..?$"}}.
                                                                                                          @@ -1765,12 +1783,12 @@ Next example prohibits the registration of too short account names and of
                                                                                                               {mod_register, [{access, register}]},
                                                                                                               ...
                                                                                                              ]}.
                                                                                                          -
                                                                                                        • The in-band registration of new accounts can be prohibited by changing the +
                                                                                                        • The in-band registration of new accounts can be prohibited by changing the access option. If you really want to disable all In-Band Registration functionality, that is changing passwords in-band and deleting accounts in-band, you have to remove mod_register from the modules list. In this example all In-Band Registration functionality is disabled: -
                                                                                                          + 
                                                                                                             {access, register, [{deny, all}]}.
                                                                                                           
                                                                                                             {modules,
                                                                                                          @@ -1782,21 +1800,21 @@ Next example prohibits the registration of too short account names and of
                                                                                                           
                                                                                                        -

                                                                                                        A.13  mod_roster

                                                                                                        +

                                                                                                        A.13  mod_roster

                                                                                                        This module implements roster management as defined in RFC 3921: XMPP IM.

                                                                                                        Options: -
                                                                                                        -iqdisc
                                                                                                        This specifies +
                                                                                                        +iqdisc
                                                                                                        This specifies the processing discipline for Roster Management (jabber:iq:roster) IQ queries (see section A.1.1).
                                                                                                        -

                                                                                                        A.14  mod_service_log

                                                                                                        +

                                                                                                        A.14  mod_service_log

                                                                                                        @@ -1807,25 +1825,25 @@ packets are encapsulated in a <route/> element and sent to th service(s).

                                                                                                        Options: -
                                                                                                        -loggers
                                                                                                        With this option a (list of) service(s) +
                                                                                                        +loggers
                                                                                                        With this option a (list of) service(s) that will receive the packets can be specified.
                                                                                                        Examples: -
                                                                                                        • +
                                                                                                          • To log all end user packets to the Bandersnatch service running on bandersnatch.example.com: -
                                                                                                            + 
                                                                                                               {modules,
                                                                                                                [
                                                                                                                 ...
                                                                                                                 {mod_service_log, [{loggers, ["bandersnatch.example.com"]}]},
                                                                                                                 ...
                                                                                                                ]}.
                                                                                                            -
                                                                                                          • To log all end user packets to the Bandersnatch service running on +
                                                                                                          • To log all end user packets to the Bandersnatch service running on bandersnatch.example.com and the backup service on bandersnatch.example.org: -
                                                                                                            + 
                                                                                                               {modules,
                                                                                                                [
                                                                                                                 ...
                                                                                                            @@ -1836,7 +1854,7 @@ To log all end user packets to the Bandersnatch service running on
                                                                                                             
                                                                                                          -

                                                                                                          A.15  mod_shared_roster

                                                                                                          +

                                                                                                          A.15  mod_shared_roster

                                                                                                          @@ -1848,21 +1866,21 @@ users from the shared roster groups.

                                                                                                          Shared roster groups can be edited only via the web interface. Each group has a unique identification and the following parameters: -
                                                                                                          -Name
                                                                                                          The name of the group, which will be displayed in the roster. -
                                                                                                          Description
                                                                                                          The description of the group. This parameter doesn't affect +
                                                                                                          +Name
                                                                                                          The name of the group, which will be displayed in the roster. +
                                                                                                          Description
                                                                                                          The description of the group. This parameter doesn't affect anything. -
                                                                                                          Members
                                                                                                          A list of full JIDs of group members, entered one per line in +
                                                                                                          Members
                                                                                                          A list of full JIDs of group members, entered one per line in the web interface. -
                                                                                                          Displayed groups
                                                                                                          A list of groups that will be in the rosters of this +
                                                                                                          Displayed groups
                                                                                                          A list of groups that will be in the rosters of this group's members.
                                                                                                          Examples: -
                                                                                                          • +
                                                                                                            • Take the case of a computer club that wants all its members seeing each other in their rosters. To achieve this, they need to create a shared roster group similar to next table: -

                                                                                                              +

                                                                                                              @@ -1885,14 +1903,14 @@ Take the case of a computer club that wants all its members seeing each
                                                                                                              Identification Group `club_members'
                                                                                                              Displayed groups club_members
                                                                                                              -

                                                                                                              -
                                                                                                            • In another case we have a company which has three divisions: Management, +

                                                                                                            • +
                                                                                                            • In another case we have a company which has three divisions: Management, Marketing and Sales. All group members should see all other members in their rosters. Additonally, all managers should have all marketing and sales people in their roster. Simultaneously, all marketeers and the whole sales team should see all managers. This scenario can be achieved by creating shared roster groups as shown in the following table: -

                                                                                                              +

                                                                                                              @@ -1959,25 +1977,25 @@ Take the case of a computer club that wants all its members seeing each
                                                                                                              Identification Group `management'
                                                                                                              sales
                                                                                                              -

                                                                                                              +

                                                                                                            -

                                                                                                            A.16  mod_stats

                                                                                                            +

                                                                                                            A.16  mod_stats

                                                                                                            This module adds support for Statistics Gathering (JEP-0039). This protocol allows you to retrieve next statistics from your ejabberd deployment: -
                                                                                                            • +
                                                                                                              • Total number of registered users on the current virtual host (users/total). -
                                                                                                              • Total number of registered users on all virtual hosts (users/all-hosts/total). -
                                                                                                              • Total number of online users on the current virtual host (users/online). -
                                                                                                              • Total number of online users on all virtual hosts (users/all-hosts/online). +
                                                                                                              • Total number of registered users on all virtual hosts (users/all-hosts/total). +
                                                                                                              • Total number of online users on the current virtual host (users/online). +
                                                                                                              • Total number of online users on all virtual hosts (users/all-hosts/online).
                                                                                                              Options: -
                                                                                                              -iqdisc
                                                                                                              This specifies +
                                                                                                              +iqdisc
                                                                                                              This specifies the processing discipline for Statistics Gathering (http://jabber.org/protocol/stats) IQ queries (see section A.1.1).
                                                                                                              @@ -1985,18 +2003,18 @@ As there are only a small amount of clients (for example Tkabber) and software libraries with support for this JEP, a few examples are given of the XML you need to send in order to get the statistics. Here they are: -
                                                                                                              • +
                                                                                                                • You can request the number of online users on the current virtual host (example.org) by sending: -
                                                                                                                  + 
                                                                                                                   <iq to='example.org' type='get'>
                                                                                                                     <query xmlns='http://jabber.org/protocol/stats'>
                                                                                                                       <stat name='users/online'/>
                                                                                                                     </query>
                                                                                                                   </iq>
                                                                                                                  -
                                                                                                                • You can request the total number of registered users on all virtual hosts +
                                                                                                                • You can request the total number of registered users on all virtual hosts by sending: -
                                                                                                                  + 
                                                                                                                   <iq to='example.org' type='get'>
                                                                                                                     <query xmlns='http://jabber.org/protocol/stats'>
                                                                                                                       <stat name='users/all-hosts/total'/>
                                                                                                                  @@ -2005,7 +2023,7 @@ You can request the number of online users on the current virtual host
                                                                                                                   
                                                                                                                -

                                                                                                                A.17  mod_time

                                                                                                                +

                                                                                                                A.17  mod_time

                                                                                                                @@ -2013,14 +2031,14 @@ This module features support for Entity Time (
                                                                                                                +iqdisc
                                                                                                                This specifies the processing discipline for Entity Time (jabber:iq:time) IQ queries (see section A.1.1).
                                                                                                              -

                                                                                                              A.18  mod_vcard

                                                                                                              +

                                                                                                              A.18  mod_vcard

                                                                                                              @@ -2030,39 +2048,39 @@ implements an uncomplicated Jabber User Directory based on the vCards of these users. Moreover, it enables the server to send its vCard when queried.

                                                                                                              Options: -
                                                                                                              +
                                                                                                              - hosts
                                                                                                              This option defines the hostnames of the + hosts
                                                                                                              This option defines the hostnames of the service (see section A.1.2). If neither hosts nor - the old host is present, the prefix ``vjud.'' is added to all + the old host is present, the prefix “vjud.” is added to all ejabberd hostnames. -
                                                                                                              iqdisc
                                                                                                              This specifies +
                                                                                                              iqdisc
                                                                                                              This specifies the processing discipline for vcard-temp IQ queries (see section A.1.1). -
                                                                                                              search
                                                                                                              This option specifies whether the search +
                                                                                                              search
                                                                                                              This option specifies whether the search functionality is enabled (value: true) or disabled (value: false). If disabled, the option hosts will be ignored and the Jabber User Directory service will not appear in the Service Discovery item list. The default value is true. -
                                                                                                              matches
                                                                                                              With this option, the number of reported +
                                                                                                              matches
                                                                                                              With this option, the number of reported search results can be limited. If the option's value is set to infinity, all search results are reported. The default value is 30. -
                                                                                                              allow_return_all
                                                                                                              This option enables +
                                                                                                              allow_return_all
                                                                                                              This option enables you to specify if search operations with empty input fields should return all users who added some information to their vCard. The default value is false. -
                                                                                                              search_all_hosts
                                                                                                              If this option is +
                                                                                                              search_all_hosts
                                                                                                              If this option is set to true, search operations will apply to all virtual hosts. Otherwise only the current host will be searched. The default value is true.
                                                                                                              Examples: -
                                                                                                              • +
                                                                                                                • In this first situation, search results are limited to twenty items, every user who added information to their vCard will be listed when people do an empty search, and only users from the current host will be returned: -
                                                                                                                  + 
                                                                                                                     {modules,
                                                                                                                      [
                                                                                                                       ...
                                                                                                                  @@ -2072,9 +2090,9 @@ In this first situation, search results are limited to twenty items,
                                                                                                                                    {search_all_hosts, false}]},
                                                                                                                       ...
                                                                                                                      ]}.
                                                                                                                  -
                                                                                                                • The second situation differs in a way that search results are not limited, +
                                                                                                                • The second situation differs in a way that search results are not limited, and that all virtual hosts will be searched instead of only the current one: -
                                                                                                                  + 
                                                                                                                     {modules,
                                                                                                                      [
                                                                                                                       ...
                                                                                                                  @@ -2086,7 +2104,7 @@ In this first situation, search results are limited to twenty items,
                                                                                                                   
                                                                                                                -

                                                                                                                A.19  mod_version

                                                                                                                +

                                                                                                                A.19  mod_version

                                                                                                                @@ -2094,20 +2112,20 @@ This module implements Software Version (
                                                                                                                +iqdisc
                                                                                                                This specifies the processing discipline for Software Version (jabber:iq:version) IQ queries (see section A.1.1).
                                                                                                              -

                                                                                                              B  Internationalization and Localization

                                                                                                              +

                                                                                                              B  Internationalization and Localization

                                                                                                              All built-in modules support the xml:lang attribute inside IQ queries. Figure 2, for example, shows the reply to the following query: -
                                                                                                              +
                                                                                                                 <iq id='5'
                                                                                                                     to='example.org'
                                                                                                                     type='get'
                                                                                                              @@ -2115,40 +2133,44 @@ Figure 2, for example, shows the reply to the f
                                                                                                                   <query xmlns='http://jabber.org/protocol/disco#items'/>
                                                                                                                 </iq>
                                                                                                               
                                                                                                              -

                                                                                                              +


                                                                                                              -
                                                                                                              Figure 2: Service Discovery when xml:lang='ru'

                                                                                                              +
                                                                                                              +
                                                                                                              Figure 2: Service Discovery when xml:lang='ru'

                                                                                                              +
                                                                                                              -

                                                                                                              +

                                                                                                              The web interface also supports the Accept-Language HTTP header (compare figure 3 with figure 1) -

                                                                                                              +


                                                                                                              -
                                                                                                              Figure 3: Top page from the web interface with HTTP header - ``Accept-Language: ru''

                                                                                                              +
                                                                                                              +
                                                                                                              Figure 3: Top page from the web interface with HTTP header + “Accept-Language: ru”

                                                                                                              +
                                                                                                              -

                                                                                                              +

                                                                                                              -

                                                                                                              C  Release Notes

                                                                                                              +

                                                                                                              C  Release Notes

                                                                                                              -

                                                                                                              C.1  ejabberd 0.9

                                                                                                              +

                                                                                                              C.1  ejabberd 0.9

                                                                                                              -
                                                                                                              +
                                                                                                                      Release notes
                                                                                                                       ejabberd 0.9
                                                                                                               
                                                                                                              @@ -2240,9 +2262,9 @@ Bugfixes
                                                                                                               
                                                                                                              -

                                                                                                              C.2  ejabberd 0.9.1

                                                                                                              +

                                                                                                              C.2  ejabberd 0.9.1

                                                                                                              -
                                                                                                              +
                                                                                                                      Release notes
                                                                                                                      ejabberd 0.9.1
                                                                                                               
                                                                                                              @@ -2308,9 +2330,9 @@ Bugfixes
                                                                                                               
                                                                                                              -

                                                                                                              C.3  ejabberd 0.9.8

                                                                                                              +

                                                                                                              C.3  ejabberd 0.9.8

                                                                                                              -
                                                                                                              +
                                                                                                                      Release notes
                                                                                                                      ejabberd 0.9.8
                                                                                                                        2005-08-01
                                                                                                              @@ -2413,26 +2435,23 @@ END
                                                                                                               
                                                                                                              -

                                                                                                              D  Acknowledgements

                                                                                                              +

                                                                                                              D  Acknowledgements

                                                                                                              Thanks to all people who contributed to this guide: -
                                                                                                              • + -
                                                                                                                -
                                                                                                                This document was translated from LATEX by -HEVEA. -
                                                                                                                - +
                                                                                                                This document was translated from LATEX by +HEVEA.
                                                                                                                diff --git a/doc/introduction.tex b/doc/introduction.tex index fc61f24ad..0f0dac5e2 100644 --- a/doc/introduction.tex +++ b/doc/introduction.tex @@ -6,7 +6,7 @@ Joeri} \ejabberd{} is a free (GPL) distributed fault-tolerant \Jabber{}/XMPP server and is mainly written in \footahref{http://www.erlang.org/}{Erlang}. -\ejabberd{} is designed to be a \marking{stable} and \marking{feature rich} \Jabber{}/XMPP server. +\ejabberd{} is designed to be a \marking{stable}, \marking{standards compliant}, and \marking{\mbox{feature rich}} \Jabber{}/XMPP server. \ejabberd{} is suitable for small servers, whether they need to be scalable or not, as well as extremely big servers. @@ -41,39 +41,36 @@ Peter Saint-Andr\'e, Executive Director of the Jabber Software Foundation} \ejabberd{} is: \begin{itemize} -\item \marking{Multiplatform:} \ejabberd{} runs under Windows NT/2000/XP and Unix derived systems such as Linux, FreeBSD and NetBSD. +\item \marking{Multiplatform:} \ejabberd{} runs under Microsoft Windows and Unix derived systems such as Linux, FreeBSD and NetBSD. -\item \marking{Distributed:} You can run \ejabberd{} on a cluster of machines and all of them will serve one \Jabber{} domain. 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 hundreds of concurrent users. +\item \marking{Distributed:} You can run \ejabberd{} on a cluster of machines and all of them will serve one \Jabber{} domain. 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. \item \marking{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''. - -\item \marking{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 installed, and ready to run out of the box. Other benefits for administrators include: + +\item \marking{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: \begin{itemize} -\item Comprehensive documentation.\moreinfo{ --- You can start in the \footahref{http://ejabberd.jabber.ru/book}{ejabberd Book}.} +\item Comprehensive documentation.\improved{}\moreinfo{ --- You can start in the \footahref{http://ejabberd.jabber.ru/book}{ejabberd Book}.} \item Straightforward installers for Windows and Linux.\moreinfo{ --- (\footahref{http://ejabberd.jabber.ru/screenshots-linux-installer}{Screenshots}).} -\item Web interface for administration tasks.\moreinfo{ --- With HTTPS secure access. \footahref{http://ejabberd.jabber.ru/online-demo-webadmin}{Demo}.} +\item Web interface for administration tasks.\improved{}\moreinfo{ --- With HTTPS secure access. \footahref{http://ejabberd.jabber.ru/online-demo-webadmin}{Demo}.} \item Shared Roster groups.\improved{}\moreinfo{ --- The administrator can setup a common list of \Jabber{} users for all users on the server. Those users are virtually added to all rosters. They cannot be removed, but can be renamed or moved into different roster groups. Does not require client implementation. Not related to \jepref{0144} (Roster Item Exchange).\footahref{http://ejabberd.jabber.ru/screenshots-shared-roster-groups}{Screenshots})} \item Command line administration tool.\moreinfo{ --- Some basic administration tasks can be acomplished using the command line: register/remove users, backup/restore database, amongst others (\footahref{http://ejabberd.jabber.ru/screenshots-administration#ejabberdctl}{Screenshots}).} \item Can integrate with existing authentication mechanisms. \item Capability to send announce messages. -\item Statistics via \jepref{0039} (Statistics Gathering). \end{itemize} \item \marking{Internationalized:} \ejabberd{} leads in internationalization. Hence it is very well suited in a globalized world. Related features are: - \begin{itemize} \item Translated in 11 languages.\moreinfo{ --- More information is available \footahref{http://ejabberd.jabber.ru/localization}{here}.} \item Support for \footahref{http://www.ietf.org/rfc/rfc3490.txt}{IDNA}. -\item Support for \ns{xml:lang}. \end{itemize} -\item \marking{Modular:} \ejabberd{}'s modular architecture allows easy customization: +\item \marking{Open Standards:} \ejabberd{} is the first Open Source Jabber server claiming to fully comply to the XMPP standard. \begin{itemize} -\item Load only the modules you want. -\item Extend \ejabberd{} with your own custom modules.\moreinfo{ --- A list of contributed modules and patches is available on the \footahref{http://ejabberd.jabber.ru/contributions}{contributions page}.} +\item Fully XMPP compliant \moreinfo{ --- ejabberd is fully compliant with XMPP Core 1.0 and XMPP IM 1.0. Check the \footahref{http://ejabberd.jabber.ru/protocols}{supported protocols}.} \new{} +\item XML-based protocol +\item \footahref{http://ejabberd.jabber.ru/protocols}{Many JEPs supported}. \end{itemize} - \end{itemize} \newpage @@ -87,30 +84,23 @@ Justin Karneges, Founder of the Psi and the Delta projects} Besides common \Jabber{} server features, \ejabberd{} comes with a wide range of other features: \begin{itemize} -\item The ability to interface via external components with networks such as: +\item Modular: \ejabberd{}'s modular architecture allows easy customization: \begin{itemize} -\item AIM -\item ICQ -\item MSN -\item Yahoo! -\end{itemize} -\item Open Standards -\begin{itemize} -\item \footahref{http://ejabberd.jabber.ru/protocols}{Many JEPs supported}. -\item XML-based protocol -\item Fully XMPP compliant for c2s connections (Core \& IM) \moreinfo{ --- ejabberd supports all XMPP Core 1.0 and XMPP IM 1.0, or is close to it. Check the \footahref{http://ejabberd.jabber.ru/protocols}{supported protocols}.} +\item Load only the modules you want. +\item Extend \ejabberd{} with your own custom modules.\moreinfo{ --- A list of contributed modules and patches is available on the \footahref{http://ejabberd.jabber.ru/contributions}{contributions page}.} \end{itemize} \item Security \begin{itemize} -\item SASL and STARTTLS for c2s connections. +\item SASL and STARTTLS for c2s and s2s connections.\improved{} \item STARTTLS and Dialback s2s connections.\new{} \item Obsolete SSL for c2s connections also supported. \item Web interface accessible via HTTPS secure access. \end{itemize} \item Databases \begin{itemize} +\item Native PostgreSQL support. \new{} \item Mnesia. -\item ODBC data storage support (tested against PostgreSQL). \moreinfo{ --- ODBC requests can be load balanced between several connections.} +\item ODBC data storage support. \improved{}\moreinfo{ --- ODBC requests can be load balanced between several connections.} \end{itemize} \item Authentication \begin{itemize} @@ -118,14 +108,21 @@ Besides common \Jabber{} server features, \ejabberd{} comes with a wide range of \item External Authentication script. \item Internal Authentication. \end{itemize} +\item The ability to interface via external components with networks such as: +\begin{itemize} +\item AIM +\item ICQ +\item MSN +\end{itemize} \item Others \begin{itemize} \item IPv6 support both for c2s and s2s connections. -\item Support for virtual hosting. \moreinfo{ --- Several \Jabber{} hosts can be hosted on the same \ejabberd{} instance. As simple as adding a new domain name to the list of hosts in the configuration file.} +\item Support for virtual hosting. \improved{}\moreinfo{ --- Several \Jabber{} hosts can be hosted on the same \ejabberd{} instance. As simple as adding a new domain name to the list of hosts in the configuration file.} \item \tjepref{0025}{HTTP Polling} service \item \tjepref{0045}{Multi-User Chat} module. \item IRC transport. \item \tjepref{0060}{Publish-Subscribe} component. \item Users Directory based on users vCards. +\item Statistics via Statistics Gathering (\jepref{0039}). \end{itemize} \end{itemize} \ No newline at end of file diff --git a/doc/release_notes_1.0.0.txt b/doc/release_notes_1.0.0.txt index ae28ab340..426ba63fa 100644 --- a/doc/release_notes_1.0.0.txt +++ b/doc/release_notes_1.0.0.txt @@ -1,112 +1,113 @@ - Release notes + Release Notes ejabberd 1.0.0 - 2005-12-13 + 14 December 2005 - This document describes the main changes in ejabberd 1.0.0. This version is - compliant with the XMPP (eXtensible Messaging and Presence Protocol) - standard. ejabberd is the first Open Source server claiming to fully - comply to the XMPP standard. + This document describes the main changes in ejabberd 1.0.0. Unique in this + version is the compliancy with the XMPP (eXtensible Messaging and Presence + Protocol) standard. ejabberd is the first Open Source Jabber server claiming + to fully comply to the XMPP standard. - The code can be downloaded from the Process-one website: + ejabberd can be downloaded from the Process-one website: http://www.process-one.net/en/projects/ejabberd/ - For more detailed information, please refer to ejabberd User Guide - on the Process-one website: + Detailed information can be found in the ejabberd Feature Sheet and User + Guide which are available on the Process-one website: http://www.process-one.net/en/projects/ejabberd/docs.html - Recent changes include.... + Recent changes include: -Encrypted server-to-server connections +Server-to-server Encryption for Enhanced Security - - Support for STARTTLS+SASL EXTERNAL for Server-to-Server connections. - - STARTTLS+Dialback has been implemented for Server-to-Server (s2s) - connections. Those options are handled with two new config file options - (s2s_use_starttls and s2s_certfile). See ejabberd.cfg.example for usage - examples. - - DNSName certificate field and DNS name matching are supported. - - Per virtual host certificate can be defined. + - Support for STARTTLS and SASL EXTERNAL to secure server-to-server traffic + has been added. + - Also, STARTTLS and Dialback has been implemented for server-to-server (s2s) + connections. Detailed information about these new features can be found on + http://ejabberd.jabber.ru/s2s-encryption + - commonName and dNSName fields matching were introduced to ease the process + of retrieving certificates. + - Different certificates can be defined for each virtual host. ODBC Support - ODBC support has been improved to allow production use of ejabberd with relational databases. - - Support for VCard storage in ODBC has been added. - - ejd2odbc.erl: is a program that convert an installation from Erlang Mnesia - database to an ODBC relational database. + - Support for vCard storage in ODBC has been added. + - ejd2odbc.erl is a tool to convert an installation from Erlang's database + Mnesia to an ODBC compatible relational database. -Native PostgreSQL support +Native PostgreSQL Support - - Native postgreSQL support has been added: You can now use a PostgreSQL - database without the need to go through the ODBC driver. + - Native PostgreSQL support gives you a better performance when you use + PostgreSQL. -Shared roster +Shared Roster groups - - Shared roster support have been improved: You can specify all users in a - virtual host for addition in a group. + - Shared Roster groups support has been enhanced. New is the ability to add + all registered users to everyone's roster. Detailed information about this + new feature can be found on http://ejabberd.jabber.ru/shared-roster-all -Web interface +Web Interface - - The Web interface internal code has been modified for better integration - and compliance with J-EAI. - - The Web interface is now compliant to XHTML 1.0 Transitional. - - Several bugs have been fixed. + - The web interface internal code has been modified for better integration + and compliancy with J-EAI, an ejabberd-based Enterprise Application + Integration platform. + - More XHTML 1.0 Transitional compliancy work was done. Transports - - A transport workaround can be enabled with the compile time option. You + - A transport workaround can be enabled during compilation. To do this, you can pass the "--enable-roster-gateway-workaround" option to the configure - script. For example: - ./configure --enable-roster-gateway-workaround - This option allows to add items with subscription "to" in roster by - sending stanza to user. This option is - needed for JIT ICQ transport. - Warning: By using this option, ejabberd is not fully XMPP compliant. + script. (./configure --enable-roster-gateway-workaround) + This option allows transports to add items with subscription "to" in the + roster by sending stanza to user. This option + is only needed for JIT ICQ transport. + Warning: by enabling this option, ejabberd will not be fully XMPP compliant + anymore. -Documentation and translations +Documentation and Internationalization - - Documentation has been improved to cover more topics. - - Translations have been updated to support the new features. + - Documentation has been extended to cover more topics. + - Translations have been updated. Bugfixes - This release contains several bugfixes. - - Among other bugfixes include improvements to the Client-to-Server - connection management module. Please refer to the ChangeLog file supplied + - Among other bugfixes include improvements to the client-to-server (c2s) + connection management module. + - Please refer to the ChangeLog file supplied with this release regarding all improvements in ejabberd. -Erlang version supported - - You now need at least Erlang/OTP R9C to be able to run ejabberd 1.0.0. + Installation Notes -Installers - Installers are provided for Microsoft Windows and Linux/x86. The Linux - installer includes Erlang ASN.1 modules for LDAP authentication support. - Installers are available from: +Supported Erlang Version + + - You need at least Erlang/OTP R9C to run ejabberd 1.0.0. + +Installation + + Installers are provided for Microsoft Windows and Linux/x86. + Installers can be retrieved from: http://www.process-one.net/en/projects/ejabberd/download.html -Migration +Migration Notes - Before any migration, ejabberd system and database must be properly - backed-up. - - System migrating from a previous ODBC based install will need to change - their relational database schema. The following SQL commands must be run - on the database: - CREATE SEQUENCE spool_seq_seq; - ALTER TABLE spool ADD COLUMN seq integer; - ALTER TABLE spool ALTER COLUMN seq SET DEFAULT nextval('spool_seq_seq'); - UPDATE spool SET seq = DEFAULT; - ALTER TABLE spool ALTER COLUMN seq SET NOT NULL; + backed up. + - When upgrading an ODBC-based installation, you will need to change the + relational database schema. The following SQL commands must be run on the + database: + CREATE SEQUENCE spool_seq_seq; + ALTER TABLE spool ADD COLUMN seq integer; + ALTER TABLE spool ALTER COLUMN seq SET DEFAULT nextval('spool_seq_seq'); + UPDATE spool SET seq = DEFAULT; + ALTER TABLE spool ALTER COLUMN seq SET NOT NULL; References - The ejabberd feature sheet helps comparing with other Jabber/XMPP - servers: - http://www.process-one.net/en/projects/ejabberd/docs/features.pdf - Contributed tutorials of interest are: - Migration from Jabberd1.4 to ejabberd: http://ejabberd.jabber.ru/jabberd1-to-ejabberd