5fd6a6c710
Add command line prompt to set configurations; Update document README.
15 lines
409 B
TOML
15 lines
409 B
TOML
# An account to connect XMPP Journal Publisher to the XMPP network.
|
|
[account]
|
|
xmpp = "" # Jabber ID.
|
|
pass = "" # Password.
|
|
|
|
# A default node, when no arguments are set.
|
|
[default]
|
|
pubsub = "" # Jabber ID.
|
|
nodeid = "" # Node ID.
|
|
|
|
# Settings
|
|
[settings]
|
|
service = "" # Enable server as a service.
|
|
include = "" # Limit service to a given domain.
|
|
operator = "" # A Jabber ID to contact with, in case of an error.
|