From: Alexey Shchepin Date: Mon, 18 Apr 2005 21:38:05 +0000 (+0000) Subject: * doc/guide.tex: Updated X-Git-Tag: v0.9.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46b5c0fdb9708300fe3305baf2f10fae50f192e1;p=ejabberd * doc/guide.tex: Updated SVN Revision: 318 --- diff --git a/doc/guide.html b/doc/guide.html index b304885bd..1906a6e3b 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -3,11 +3,11 @@ Ejabberd Installation and Operation Guide - - + + - + @@ -34,6 +34,80 @@

Table of Contents

+ @@ -121,14 +195,11 @@ MS Visual C++ 6.0 Compiler Stable ejabberd release can be obtained at -http://www.jabberstudio.org/projects/ejabberd/releases/.
+http://www.process-one.net/en/projects/ejabberd/download.html.

-The latest alpha version can be retrieved from CVS. +The latest alpha version can be retrieved from Subversion repository.
-  export CVSROOT=:pserver:anonymous@jabberstudio.org:/home/cvs
-  cvs login
-  <press Enter when asked for a password>
-  cvs -z3 co ejabberd
+  svn co svn://svn.process-one.net/opt/data/svn/ejabberd/trunk ejabberd
 
@@ -543,7 +614,7 @@ transports log and do XDB by themselves: Option modules defines the list of modules that will be loaded after ejabberd startup. Each list element is a tuple where first element is a name of a module and second is list of options to this module. See -section ?? for detailed information on each module.
+section A for detailed information on each module.

Example:
@@ -579,7 +650,7 @@ Example:
 
 To perform online reconfiguration of ejabberd you need to enable
 ejabberd_http listener with option web_admin (see
-section 3.1.58Listened Socketssubsubsection.3.1.5). After that you can open URL
+section 3.1.5). After that you can open URL
 http://server:port/admin/ with you favorite web-browser and enter
 username and password of an ejabberd user with administrator rights. E. g.
 with such config:
@@ -594,7 +665,7 @@ with such config:
    ]
   }.
 
you should enter URL http://example.org:5280/admin/. After -authentication you should see something like in figure ??. +authentication you should see something like in figure 1.

@@ -904,7 +975,7 @@ Example: Options:
iqdisc
ejabberd:config IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -917,7 +988,7 @@ Options:
iqdisc
http://jabber.org/protocol/disco#items and http://jabber.org/protocol/disco#info IQ queries processing -discipline (see ??). +discipline (see A.1.1).
extra_domains
List of domains that will be added to server items reply
@@ -943,9 +1014,9 @@ Options:
host
Defines hostname of the service - (see A.1.216hostsubsubsection.A.1.2). + (see A.1.2).
hosts
Defines hostnames of the service - (see ??). If neither host nor hosts + (see A.1.3). If neither host nor hosts are not present, then prefix echo. is added to all ejabberd hostnames.
@@ -960,9 +1031,9 @@ Options:
host
Defines hostname of the service - (see A.1.216hostsubsubsection.A.1.2). + (see A.1.2).
hosts
Defines hostnames of the service - (see ??). If neither host nor hosts + (see A.1.3). If neither host nor hosts are not present, then prefix irc. is added to all ejabberd hostnames.
access
Specifies who is allowed to use IRC transport (default value is all). @@ -986,7 +1057,7 @@ This module adds support for Options:
iqdisc
jabber:iq:last IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -999,9 +1070,9 @@ Options:
host
Defines hostname of the service - (see A.1.216hostsubsubsection.A.1.2). + (see A.1.2).
hosts
Defines hostnames of the service - (see ??). If neither host nor hosts + (see A.1.3). If neither host nor hosts are not present, then prefix conference. is added to all ejabberd hostnames.
access
Specifies who is allowed to use MUC service (default value is all). @@ -1045,7 +1116,7 @@ This module implements Privacy Rules as defined in XMPP IM Options:
iqdisc
jabber:iq:privacy IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -1057,7 +1128,7 @@ This module adds support of J Options:
iqdisc
jabber:iq:private IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -1070,9 +1141,9 @@ Options:
host
Defines hostname of the service - (see A.1.216hostsubsubsection.A.1.2). + (see A.1.2).
hosts
Defines hostnames of the service - (see ??). If neither host nor hosts + (see A.1.3). If neither host nor hosts are not present, then prefix pubsub. is added to all ejabberd hostnames.
served_hosts
Specifies which hosts are served by the service. @@ -1102,7 +1173,7 @@ If this rule returns ``deny'' on requested user name, then registration is not allowed for it. (default value is all, which means no restrictions).
iqdisc
jabber:iq:register IQ queries processing -discipline (see ??). +discipline (see A.1.1).
Example:
@@ -1131,7 +1202,7 @@ This module implements roster management.
Options:
iqdisc
jabber:iq:roster IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -1166,7 +1237,7 @@ This module adds support for Options:
iqdisc
http://jabber.org/protocol/stats IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -1178,7 +1249,7 @@ This module answers UTC time on jabber:iq:time queries.
Options:
iqdisc
jabber:iq:time IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -1192,13 +1263,13 @@ Options:
host
Defines hostname of the service - (see A.1.216hostsubsubsection.A.1.2). + (see A.1.2).
hosts
Defines hostnames of the service - (see ??). If neither host nor hosts + (see A.1.3). If neither host nor hosts are not present, then prefix vjud. is added to all ejabberd hostnames.
iqdisc
vcard-temp IQ queries processing -discipline (see ??). +discipline (see A.1.1).
search
Specifies whether search is enabled (value is true, default) or disabled (value is false) by the service. If search is set to false, option host is ignored and service does not appear in Jabber Discovery items. @@ -1232,7 +1303,7 @@ This module answers ejabberd version on jabber:iq:version quer Options:
iqdisc
jabber:iq:version IQ queries processing -discipline (see ??). +discipline (see A.1.1).
@@ -1240,7 +1311,7 @@ discipline (see ??). All built-in modules support xml:lang attribute inside IQ queries. -E. g. on figure ?? showed the reply on the following query: +E. g. on figure 2 showed the reply on the following query:
   <iq id='5'
       to='e.localhost'
@@ -1260,7 +1331,7 @@ E. g. on figure ?? showed the reply on the
  
 

Also web-interface supports Accept-Language HTTP header (see -figure ??, compare it with figure ??) +figure 3, compare it with figure 1)