From 48f5cc3b88934000d254bf5a40e58068e3bc2087 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 14 May 2019 20:45:37 +0200 Subject: [PATCH] mod_default_contacts: Fix configuration example Thanks to Thomas Leister for reporting the issue. --- mod_default_contacts/README.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mod_default_contacts/README.txt b/mod_default_contacts/README.txt index b1f606b..c92949c 100644 --- a/mod_default_contacts/README.txt +++ b/mod_default_contacts/README.txt @@ -23,12 +23,13 @@ following: modules: # [...] mod_default_contacts: - - - name: "Bob Virding" - jid: "bob@example.com" - - - name: "Alice Armstrong" - jid: "alice@example.com" + contacts: + - + name: "Bob Virding" + jid: "bob@example.com" + - + name: "Alice Armstrong" + jid: "alice@example.com" The configurable mod_default_contacts options are: