Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 448 Bytes

XMPPClient

First project for the networks course. It's a TUI client for the XMPP protocol written in golang.

Dependencies

golang

Installation

  1. Clone the repository with git clone https://github.com/pablogadhi/XMPPClient.git
  2. Move to the clone repository with cd XMPPClient
  3. Make the current directory the $GOPATH with export GOPATH=$PWD
  4. Install all necesary packages with go get -d ./...
  5. Run with go run src/main.go