Use shorter jid acl in config template

This commit is contained in:
Christophe Romain 2016-06-17 11:58:51 +02:00
parent d1425f0d78
commit 8583958268
1 changed files with 5 additions and 5 deletions

View File

@ -408,14 +408,14 @@ acl:
## ##
## admin: ## admin:
## user: ## user:
## - "aleksey": "localhost" ## - "aleksey@localhost"
## - "ermine": "example.org" ## - "ermine@example.org"
## ##
## Blocked users ## Blocked users
## ##
## blocked: ## blocked:
## user: ## user:
## - "baduser": "example.org" ## - "baduser@example.org"
## - "test" ## - "test"
## Local users: don't modify this. ## Local users: don't modify this.
@ -431,7 +431,7 @@ acl:
## - "jabber.org" ## - "jabber.org"
## aleksey: ## aleksey:
## user: ## user:
## - "aleksey": "jabber.ru" ## - "aleksey@jabber.ru"
## test: ## test:
## user_regexp: "^test" ## user_regexp: "^test"
## user_glob: "test*" ## user_glob: "test*"
@ -459,7 +459,7 @@ acl:
## acl: ## acl:
## admin: ## admin:
## user: ## user:
## - "bob-local": "localhost" ## - "bob-local@localhost"
###. ============ ###. ============
###' SHAPER RULES ###' SHAPER RULES