Skip to content

A CLI based chat client using xmpp as it's protocol

Notifications You must be signed in to change notification settings

Byronamh/xmppchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmppchat

A CLI based chat client using xmpp as it's protocol written in Go

To read my experience when developing this project, check out the conclusions readme

Installation

You need to have go installed

Once you have golang installed, run the following commands

git clone https://github.com/Byronamh/xmppchat
cd xmppchat
go mod download

Running the program

After dependencies have been installed, run the follow command to compile and run the program

go run src/main.go

Program manual

At first, you will be asked to input your credentials, the following are required:

  • username (jid)
  • password
  • server host

After you input the parameters mentioned above, a connection attempt will be made on the server you provided. You will be asked to crete a user in the server in case it doesnt exist on the server.

Following regiostration/login the user will be shown the following menu. Incoming messages will be shown on screen. you can type in -help to show the menu again.

About

A CLI based chat client using xmpp as it's protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages