Command Line OMEMO Chat Client
Go to file
Paul Schaub aa6543946b
Update README
2018-06-09 20:16:25 +02:00
gradle/wrapper Temp 2018-01-17 14:36:03 +01:00
src/main/java Add commentary 2018-06-09 20:12:05 +02:00
.gitignore Update API (hacky) 2017-05-08 15:28:01 +02:00
LICENSE Initial commit 2017-04-22 21:25:49 +02:00
README.md Update README 2018-06-09 20:16:25 +02:00
build.gradle Update to latest OMEMO revision 2018-06-09 15:27:16 +02:00
gradlew Initial commit 2017-04-22 21:26:47 +02:00
gradlew.bat Initial commit 2017-04-22 21:26:47 +02:00
received Temp 2018-01-17 14:36:03 +01:00
sending Temp 2018-01-17 14:36:03 +01:00

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 my Smack repository and install it in your local maven repo:

git clone git@github.com:vanitasvitae/Smack.git
cd Smack
git checkout storerework
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!