From aa8e532cbdbe5f939dd3c54e90ec5edf2999b394 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Wed, 12 Apr 2006 02:54:27 +0000 Subject: * src/ejabberd_c2s.erl: Minor fix * src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 531 --- doc/guide.html | 69 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 32 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 8e386a326..fc0c3ae31 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -250,8 +250,10 @@ To compile ejabberd on a ``Unix-like'' operating system, you need: GNU Make;
  • GCC;
  • libexpat 1.95 or higher; -
  • Erlang/OTP R8B or higher; +
  • Erlang/OTP R9C-2 or higher;
  • OpenSSL 0.9.6 or higher (optional). +
  • Zlib 1.2.3 or higher (optional). +
  • GNU Iconv 1.8 or higher (optional, not needed at all on systems with GNU libc). @@ -262,12 +264,13 @@ GNU Make; To compile ejabberd on a Windows flavour, you need: @@ -597,48 +600,45 @@ Port number. Currently next modules are implemented:

    + - - - + + + - - - + + - - - - + starttls, starttls_required, zlib - - - + + - - - + + + - - - + + - - - + + - - - + + - - - + +
    ejabberd_c2sDescriptionHandles c2s connections.
    ejabberd_c2sDescriptionHandles c2s connections.
     Optionsaccess, certfile, inet6, +
     Optionsaccess, certfile, inet6, ip, shaper, ssl, tls, - starttls,
      starttls_required
    ejabberd_s2s_inDescriptionHandles incoming s2s +
    ejabberd_s2s_inDescriptionHandles incoming s2s connections.
     Optionsinet6, ip
     Optionsinet6, ip
    ejabberd_serviceDescriptionInteracts with external +
    ejabberd_serviceDescriptionInteracts with external components (*).
     Optionsaccess, hosts, inet6, +
     Optionsaccess, hosts, inet6, ip, shaper
    ejabberd_httpDescriptionHandles incoming HTTP +
    ejabberd_httpDescriptionHandles incoming HTTP connections.
     Optionscertfile, http_poll, +
     Optionscertfile, http_poll, inet6, ip, tls, web_admin

    @@ -684,6 +684,11 @@ If HTTP Polling is enabled, it will be available at
    tls
    This option specifies that traffic on the port will be encrypted using SSL immediately after connecting. You should also set the certfile option. +
    zlib
    This + option specifies that Zlib stream compression (as defined in JEP-0138) + is available on connections to the port. Client cannot use stream compression and + stream encryption simultaneously, so if you specify both tls (or ssl) + and zlib the latter option will not affect connection at all.
    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 -- cgit v1.2.3