mod_default_rooms: Fix example in documentation

The @HOST@ keyword is not supported.
This commit is contained in:
Holger Weiss 2019-05-12 22:42:10 +02:00
parent b07766ab93
commit 694b45474c
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ following:
# [...]
mod_default_rooms:
rooms:
- "foo@conference.@HOST@"
- "bar@conference.@HOST@"
- "foo@conference.example.net"
- "bar@conference.example.org"
The configurable mod_default_rooms options are: