go-xmpp/_examples/xmpp_chat_client/config.yml

14 lines
283 B
YAML
Raw Normal View History

# 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"
LogStanzas:
- logger_on: "true"
- logfile_path: "./logs"
2019-12-16 00:42:27 +00:00