94aceac802
Updated example with a README.md and fixed some logs.
14 lines
283 B
YAML
14 lines
283 B
YAML
# Sample config for the client
|
|
Server :
|
|
- full_address: "localhost:5222"
|
|
Client :
|
|
- jid: "testuser2@localhost"
|
|
- pass: "pass123" #Password in a config file yay
|
|
|
|
Contacts : "testuser1@localhost;testuser3@localhost"
|
|
|
|
LogStanzas:
|
|
- logger_on: "true"
|
|
- logfile_path: "./logs"
|
|
|