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:
|
mod_default_rooms:
|
||||||
rooms:
|
rooms:
|
||||||
- "foo@conference.@HOST@"
|
- "foo@conference.example.net"
|
||||||
- "bar@conference.@HOST@"
|
- "bar@conference.example.org"
|
||||||
|
|
||||||
The configurable mod_default_rooms options are:
|
The configurable mod_default_rooms options are:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue