mod_default_rooms: Fix example in documentation
The @HOST@ keyword is not supported.
This commit is contained in:
parent
b07766ab93
commit
694b45474c
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue