go-xmpp/_examples/xmpp_chat_client/config.yml

13 lines
260 B
YAML
Raw Normal View History

2019-12-16 00:42:27 +00:00
# Default config for the client
Server :
- full_address: "localhost:5222"
- port: 5222
Client :
- name: "testuser2"
- jid: "testuser2@localhost"
- pass: "pass123" #Password in a config file yay
Contacts : "testuser1@localhost;testuser3@localhost"