2019-12-26 13:47:02 +00:00
|
|
|
# Sample config for the client
|
2019-12-16 00:42:27 +00:00
|
|
|
Server :
|
|
|
|
- full_address: "localhost:5222"
|
|
|
|
Client :
|
|
|
|
- jid: "testuser2@localhost"
|
|
|
|
- pass: "pass123" #Password in a config file yay
|
|
|
|
|
|
|
|
Contacts : "testuser1@localhost;testuser3@localhost"
|
|
|
|
|
2019-12-18 06:59:23 +00:00
|
|
|
LogStanzas:
|
|
|
|
- logger_on: "true"
|
|
|
|
- logfile_path: "./logs"
|
2019-12-16 00:42:27 +00:00
|
|
|
|