From e5879f4349603bc4e131f6eb2e38effb62153710 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 29 Apr 2008 16:44:12 +0000 Subject: * src/ejabberd.cfg.example: Small improvements in explanations * doc/guide.tex: Document MUC room options (EJAB-619) SVN Revision: 1310 --- src/ejabberd.cfg.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index 575ba386b..54ca36f54 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -354,7 +354,7 @@ %%% ============ %%% ACCESS RULES -%% Define the maximum number of time a single user is allowed to connect: +%% Maximum number of simultaneous sessions allowed for a single user: {access, max_user_sessions, [{10, all}]}. %% This rule allows access only for local users: @@ -364,11 +364,11 @@ {access, c2s, [{deny, blocked}, {allow, all}]}. -%% For all users except admins used "normal" shaper +%% For C2S connections, all users except admins use "normal" shaper {access, c2s_shaper, [{none, admin}, {normal, all}]}. -%% For all S2S connections used "fast" shaper +%% All S2S connections use "fast" shaper {access, s2s_shaper, [{fast, all}]}. %% Only admins can send announcement messages: @@ -383,7 +383,7 @@ %% All users are allowed to use MUC service: {access, muc, [{allow, all}]}. -%% Every username can be registered via in-band registration: +%% In-band registration allows registration of any possible username. %% To disable in-band registration, replace 'allow' with 'deny'. {access, register, [{allow, all}]}. @@ -410,7 +410,7 @@ {language, "en"}. %% -%% Set a different language in a virtual host. +%% Set a different default language in a virtual host. %% %%{host_config, "localhost", %% [{language, "ru"}] -- cgit v1.2.3