mod_default_contacts: Fix configuration example
Thanks to Thomas Leister for reporting the issue.
This commit is contained in:
parent
6bf9a45c93
commit
48f5cc3b88
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue