summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2006-10-28 16:51:46 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2006-10-28 16:51:46 +0000
commit43d687676cd653f0b920e9d69d1b75a66a10618d (patch)
tree5b056831ebb908697af8c25c4e67e45df1301582 /src
parent* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov) (diff)
* src/ejabberd.cfg.example: Changed the anonymous example a bit
to work in most cases. * doc/guide.tex: Likewise. SVN Revision: 667
Diffstat (limited to '')
-rw-r--r--src/ejabberd.cfg.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example
index bcc10338..56ebe5ea 100644
--- a/src/ejabberd.cfg.example
+++ b/src/ejabberd.cfg.example
@@ -110,7 +110,7 @@
%% {allow_multiple_connections, false},
%% {anonymous_protocol, sasl_anon}]}.
%% To use both anonymous and internal authentication:
-%%{host_config, "public.example.org", [{auth_method, [anonymous, internal]}]}.
+%%{host_config, "public.example.org", [{auth_method, [internal,anonymous]}]}.
% Default language for server messages
{language, "en"}.