diff options
author | Badlop <badlop@process-one.net> | 2011-03-03 00:02:28 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-03-03 00:02:43 +0100 |
commit | e0d14c3b8d84f5249e388844f7901fed88b18209 (patch) | |
tree | 15c506d91bcf26dd3e21e55f2c1fe40bc9ff3e90 /doc/guide.tex | |
parent | mod_irc must send presence unavailable to the departing occupant (EJAB-1417) (diff) |
captcha_host must have the port number to get protocol (EJAB-1418)
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 2bacd57c9..c51baca90 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1633,11 +1633,11 @@ The configurable options are: \titem{\{captcha\_cmd, Path\}} Full path to a script that generates the image. The default value is an empty string: \term{""} - \titem{\{captcha\_host, Host\}} - Host part of the URL sent to the user. - You can include the port number. - The URL sent to the user is formed by: \term{http://Host/captcha/} - The default value is the first hostname configured. + \titem{\{captcha\_host, HostPort\}} + Host part of the URL sent to the user, + and the port number where ejabberd listens for CAPTCHA requests. + The URL sent to the user is formed by: \term{http://Host:Port/captcha/} + The default value is: the first hostname configured, and port 5280. \end{description} Additionally, an \term{ejabberd\_http} listener must be enabled with the \term{captcha} option. |