aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-06-17 11:58:51 +0200
committerChristophe Romain <christophe.romain@process-one.net>2016-06-17 11:58:51 +0200
commit8583958268936d107769d4ced5ce451f8ee9bf3e (patch)
treed472876165638715aa4e6344b5f1785ed4dd0ee0 /ejabberd.yml.example
parentUse new short access rules in config template (diff)
Use shorter jid acl in config template
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index e9ce19bda..54bee7b26 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -408,14 +408,14 @@ acl:
##
## admin:
## user:
- ## - "aleksey": "localhost"
- ## - "ermine": "example.org"
+ ## - "aleksey@localhost"
+ ## - "ermine@example.org"
##
## Blocked users
##
## blocked:
## user:
- ## - "baduser": "example.org"
+ ## - "baduser@example.org"
## - "test"
## Local users: don't modify this.
@@ -431,7 +431,7 @@ acl:
## - "jabber.org"
## aleksey:
## user:
- ## - "aleksey": "jabber.ru"
+ ## - "aleksey@jabber.ru"
## test:
## user_regexp: "^test"
## user_glob: "test*"
@@ -459,7 +459,7 @@ acl:
## acl:
## admin:
## user:
-## - "bob-local": "localhost"
+## - "bob-local@localhost"
###. ============
###' SHAPER RULES