mod_default_contacts: Fix configuration example

Thanks to Thomas Leister for reporting the issue.
This commit is contained in:
Holger Weiss 2019-05-14 20:45:37 +02:00
parent 6bf9a45c93
commit 48f5cc3b88
1 changed files with 7 additions and 6 deletions

View File

@ -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: