From 43d687676cd653f0b920e9d69d1b75a66a10618d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Sat, 28 Oct 2006 16:51:46 +0000 Subject: * src/ejabberd.cfg.example: Changed the anonymous example a bit to work in most cases. * doc/guide.tex: Likewise. SVN Revision: 667 --- src/ejabberd.cfg.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"}. -- cgit v1.2.3