Example client with TUI

This commit is contained in:
CORNIERE Rémi
2019-12-16 01:42:27 +01:00
parent 3c9b0db5b8
commit 1ba2add651
6 changed files with 384 additions and 40 deletions

View 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"