From aed24c637fea62e0a72636fd0a1714a9ecd16a6b Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Sun, 26 Jan 2003 20:16:53 +0000 Subject: *** empty log message *** SVN Revision: 51 --- doc/guide.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 94649871..7356258c 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -17,7 +17,7 @@

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

-

January 23, 2003

+

January 26, 2003



@@ -115,8 +115,8 @@ runned on them. Each element of list is a tuple with following elements:
  • ejabberd_s2s_in: serves incoming S2S connections; -
  • ejabberd_service: serves connections to Jabber services (i.e. - that use jabber:component:accept namespace). +
  • ejabberd_service: serves connections to Jabber services + (i. e. that use jabber:component:accept namespace). For example, following configuration defines that C2S connections listened on port 5222, S2S on port 5269 and that service conference.jabber.org must be connected to port 8888 with password ``secret''.
    @@ -171,15 +171,13 @@ Example: {access, configure, [{allow, admin}]}. {access, something, [{deny, badmans}, {allow, all}]}. -TBD
    -
    - +

    3.1.4   Modules

    Option modules defines list of modules that will be loaded after ejabberd startup. Each list element is a tuple where first element is a -name of module and second is list of options to this module. Refer to +name of module and second is list of options to this module. See section 5 for detailed information on each module.

    Example: @@ -205,7 +203,7 @@ Example: mod_configure loaded (see section 5.4). Also highly recommended to load mod_disco (see section 5.5), because mod_configure highly integrates with it. Also recommended to use -disco-capable client.
    +disco- and xdata-capable client.

    TBD

    -- cgit v1.2.3