mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-24 18:23:43 -08:00
Example client with TUI
This commit is contained in:
12
_examples/xmpp_chat_client/config.yml
Normal file
12
_examples/xmpp_chat_client/config.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user