From: Mickaël Rémond Date: Tue, 31 Jul 2007 13:03:20 +0000 (+0000) Subject: * Updating SVN HTML documentation. X-Git-Tag: v2.0.0~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f0a3784f5b822fce67c79ad0f0f6dd51857f0b1;p=ejabberd * Updating SVN HTML documentation. SVN Revision: 850 --- diff --git a/doc/guide.html b/doc/guide.html index d6eeac480..ac8989b13 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -715,6 +715,16 @@ authentication on example.net: {host_config, "example.net", [{auth_method, [ldap]}]}.
  • To use internal authentication on all virtual hosts:
    {auth_method, internal}.
    +
  • If you want to define more registration_watchers or modules for a virtual host and add them to the defined for all the Jabber server, instead of defining the option name simply as modules use this: {add, modules}.

    Examples: +

    SASL Anonymous and Anonymous Login

    @@ -2400,7 +2410,9 @@ searching his info in LDAP.

  • ldap_vcard_map

    This module implements Software Version (XEP-0092). Consequently, it answers ejabberd's version when queried.

    Options:

    -iqdisc
    This specifies +show_os
    Should the operating system be revealed or not. +The default value is true. +
    iqdisc
    This specifies the processing discipline for Software Version (jabber:iq:version) IQ queries (see section 3.3.2).

    Chapter 4  Managing an ejabberd server