Command Line OMEMO Chat Client
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Paul Schaub fa09b9cc1c
Point to ignite repo
5 years ago
gradle/wrapper Temp 5 years ago
src/main/java Add commentary 5 years ago
.gitignore Update API (hacky) 6 years ago
LICENSE Initial commit 6 years ago
README.md Point to ignite repo 5 years ago
build.gradle Update to latest OMEMO revision 5 years ago
gradlew Initial commit 6 years ago
gradlew.bat Initial commit 6 years ago
received Temp 5 years ago
sending Temp 5 years ago

README.md

clocc

Command Line OMEMO Chat Client

This is a really quick and dirty thrown together command line chat client mainly used to test smack-omemo. Use it on your own risk if you are into kinky things like dirty lines of code...

To build it, you must first clone the Smack repository and install it in your local maven repo:

git clone git@github.com:igniterealtime/Smack.git
cd Smack
git checkout master
gradle install

Next you can clone and build clocc:

cd ..
git clone git@github.com:vanitasvitae/clocc.git
cd clocc
gradle build

You can find the finished jar in build/libs.

A small help text will be displayed if you enter /help after logging in.

Have fun!