From 357554265e4c86c5cd0dc3b6ae2f69f20c85786b Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Sun, 8 Aug 2004 19:07:55 +0000 Subject: * src/ejabberd_c2s.erl: Use resend_offline_messages_hook to fetch offline messages * src/mod_offline.erl: Likewise * src/mod_offline.erl: Added table locking in remove_old_messages/1 * src/ejabberd_sm.erl: Use offline_message_hook to store offline messages * src/mod_offline.erl: Likewise * src/ejabberd_hooks.erl: Hooks support * src/ejabberd_sup.erl: Added ejabberd_hooks * doc/guide.tex: Updated * src/ejabberd.cfg.example: Updated * src/ejabberd_c2s.erl: Changed TLS options (thanks to Sergei Golovan) SVN Revision: 255 --- doc/guide.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 2db53425..851bb038 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -142,7 +142,7 @@ Works on most of popular platforms: *nix (tested on Linux, FreeBSD and The misfeatures of ejabberd are: @@ -164,7 +164,8 @@ To compile ejabberd, you will need the following packages: GNU Make;
  • GCC;
  • libexpat 1.95 or later; -
  • Erlang/OTP R8B or later. +
  • Erlang/OTP R8B or later; +
  • OpenSSL 0.9.6 or later (optional). @@ -473,8 +474,15 @@ The following options are defined:
    {ip, IPAddress}
    This option specifies which network interface to listen on. For example {ip, {192, 168, 1, 1}}.
    inet6
    Set up the socket for IPv6. +
    tls
    This option specifies that STARTTLS extension is available on + connections to this port. You should also set ``certfile'' option. +
    tls_from_start
    Among with tls this option specifies that + traffic on this port will be encrypted using SSL immediately after + connecting.
    ssl
    This option specifies that traffic on this port will be - encrypted using SSL. You should also set ``certfile'' option. + encrypted using SSL. You should also set ``certfile'' option. It + is recommended to use tls and tls_from_start options + instead.
    {certfile, Path}
    Path to a file containing the SSL certificate.
    ejabberd_s2s_in
    This module serves incoming S2S connections. @@ -495,7 +503,7 @@ The following additional options are defined for ejabberd_service
    The following options are defined:
    - http_poll
    This option enables HTTP Polling . + http_poll
    This option enables HTTP Polling support. It is available then at http://server:port/http-poll/.

    web_admin
    This option enables web-based interface for ejabberd -- cgit v1.2.3