Skip to content

Commit

Permalink
Use shorter jid acl in config template
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Romain committed Jun 17, 2016
1 parent d1425f0 commit 8583958
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ejabberd.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -431,7 +431,7 @@ acl:
## - "jabber.org"
## aleksey:
## user:
## - "aleksey": "jabber.ru"
## - "aleksey@jabber.ru"
## test:
## user_regexp: "^test"
## user_glob: "test*"
Expand Down Expand Up @@ -459,7 +459,7 @@ acl:
## acl:
## admin:
## user:
## - "bob-local": "localhost"
## - "bob-local@localhost"

###. ============
###' SHAPER RULES
Expand Down

0 comments on commit 8583958

Please sign in to comment.