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:
|
modules:
|
||||||
# [...]
|
# [...]
|
||||||
mod_default_contacts:
|
mod_default_contacts:
|
||||||
-
|
contacts:
|
||||||
name: "Bob Virding"
|
-
|
||||||
jid: "bob@example.com"
|
name: "Bob Virding"
|
||||||
-
|
jid: "bob@example.com"
|
||||||
name: "Alice Armstrong"
|
-
|
||||||
jid: "alice@example.com"
|
name: "Alice Armstrong"
|
||||||
|
jid: "alice@example.com"
|
||||||
|
|
||||||
The configurable mod_default_contacts options are:
|
The configurable mod_default_contacts options are:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue