From 5cc3985b73f074894b6046610c1948a8491532ce Mon Sep 17 00:00:00 2001
From: Badlop
Date: Thu, 5 Mar 2009 19:48:24 +0000
Subject: * doc/guide.tex: Require OpenSSL 0.9.8f or higher (EJAB-877) *
doc/guide.html: Likewise
SVN Revision: 1967
---
doc/guide.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'doc/guide.html')
diff --git a/doc/guide.html b/doc/guide.html
index 452131d97..da12483de 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -331,7 +331,7 @@ GNU Make
GCC
Libexpat 1.95 or higher
Erlang/OTP R10B-9 or higher.
-OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended.
+OpenSSL 0.9.8f or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended.
Zlib 1.2.3 or higher, for Stream Compression support (XEP-0138). Optional.
Erlang mysql library. Optional. For MySQL authentication or storage. See section 3.2.1.
Erlang pgsql library. Optional. For PostgreSQL authentication or storage. See section 3.2.3.
@@ -455,7 +455,7 @@ MS Visual C++ 6.0 Compiler
Expat 2.0.0 or higher
GNU Iconv 1.9.2
(optional)
-Shining Light OpenSSL 0.9.8d or higher
+Shining Light OpenSSL 0.9.8f or higher
(to enable SSL connections)
Zlib 1.2.3 or higher
@@ -1305,7 +1305,7 @@ if you define several domains in ejabberd.cfg (see section
you probably want that each virtual host uses a different configuration of database, authentication and storage,
so that usernames do not conflict and mix between different virtual hosts.
For that purpose, the options described in the next sections
-must be set inside a host_cofig for each vhost (see section 3.1.2).
+must be set inside a host_config for each vhost (see section 3.1.2).
For example:
{host_config, "public.example.org", [
{odbc_server, {pgsql, "localhost", "database-public-example-org", "ejabberd", "password"}},
@@ -2510,7 +2510,7 @@ In the body you can set a newline with the characters: \n
list of JIDs which will be notified each time a new account is registered.
iqdisc This specifies
the processing discipline for In-Band Registration (jabber:iq:register) IQ queries (see section 3.3.2).
-This module reads also another option defined globably for the server:
+
This module reads also another option defined globally for the server:
{registration_timeout, Timeout}.
This option limits the frequency of registration from a given IP or username.
So, a user can’t register a new account from the same IP address or JID during
@@ -2976,7 +2976,7 @@ they are automatically renamed to "*-old.log". See section restore ejabberd.backup
Restore immediately from a binary backup file the internal Mnesia database.
-This will comsume quite some memory for big servers.
+This will consume quite some memory for big servers.
install-fallback ejabberd.backup
The binary backup file is installed as fallback:
it will be used to restore the database at the next ejabberd start.
@@ -2998,9 +2998,9 @@ This allows to administer a remote node.
The ejabberdctl script c
This file includes detailed information about each configurable option.
The ejabberdctl script returns a numerical status code.
Success is represented by 0,
error is represented by 1,
-and other codes may be used for specifical results.
+and other codes may be used for specific results.
This can be used by other scripts to determine automatically
-if a command succedded or failed,
+if a command succeeded or failed,
for example using: echo $?
ejabberd is an Erlang/OTP application that runs inside an Erlang runtime system.
This system is configured using environment variables and command line parameters.
--
cgit v1.2.3