* src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)

SVN Revision: 2028
This commit is contained in:
Badlop 2009-04-22 10:21:55 +00:00
parent 38f5b8f093
commit 34df1f502c
2 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2009-04-22 Badlop <badlop@process-one.net>
* src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)
* doc/guide.tex: Add section to document how to setup CAPTCHA
support (EJAB-895)
* doc/guide.html: Likewise

View File

@ -149,6 +149,7 @@
%% ]},
{5280, ejabberd_http, [
captcha,
http_poll,
web_admin
]}
@ -413,6 +414,20 @@
%%}.
%%% =======
%%% CAPTCHA
%%
%% Full path to a script that generates the image.
%%
%%{captcha_cmd, "/lib/ejabberd/priv/bin/captcha.sh"}.
%%
%% Host part of the URL sent to the user.
%%
%%{captcha_host, "example.org:5280"}.
%%% ================
%%% DEFAULT LANGUAGE