A simple Encrypted GO Chat Client and Server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
basic_chat/client-example.yaml

12 lines
337 B

window:
title: "Basic Chatbox"
connection:
protocol: "tcp" # tcp or udp
ip: "127.0.0.1" # Change to the IP Address of the Chat Server!!
port: 8080
encryption:
type: "aes" # aes or xxtea
key: "eb9fcf2902a7177c2f6c693bcaada13c" # Must be 32 bytes long
user:
username: "Rick James"
timezone: "America/Chicago"