From 694b45474c0c22184fcfbadc9c8967ef9bea7d36 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 12 May 2019 22:42:10 +0200 Subject: [PATCH] mod_default_rooms: Fix example in documentation The @HOST@ keyword is not supported. --- mod_default_rooms/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_default_rooms/README.txt b/mod_default_rooms/README.txt index 2237353..0250e23 100644 --- a/mod_default_rooms/README.txt +++ b/mod_default_rooms/README.txt @@ -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: