Awesome
XMPPClient
First project for the networks course. It's a TUI client for the XMPP protocol written in golang.
Dependencies
golang
Installation
- Clone the repository with
git clone https://github.com/pablogadhi/XMPPClient.git
- Move to the clone repository with
cd XMPPClient
- Make the current directory the $GOPATH with
export GOPATH=$PWD
- Install all necesary packages with
go get -d ./...
- Run with
go run src/main.go