diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2009-06-16 00:47:43 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2009-06-16 00:47:43 +0000 |
commit | 732ad4755980f62dc76a9da3529251ef3e5bb2fc (patch) | |
tree | 3b7ce912f9df8e6a7efb630459748c11c442adea /src | |
parent | Ad-hoc commands to join IRC channel, set nickname and encoding (thanks to Mag... (diff) |
Fix syntax error in config file.
SVN Revision: 2165
Diffstat (limited to 'src')
-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 ebcd44ed0..e1e7b406b 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -380,7 +380,7 @@ {access, max_user_sessions, [{10, all}]}. %% Maximum number of offline messages that users can have: -{access, max_user_offline_messages, [{5000, admin}, {100, all}]}, +{access, max_user_offline_messages, [{5000, admin}, {100, all}]}. %% This rule allows access only for local users: {access, local, [{allow, local}]}. |