diff options
Diffstat (limited to '')
-rw-r--r-- | src/ejabberd.cfg.example | 2 |
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"}. |