clocc/README.md

30 lines
733 B
Markdown
Raw Permalink Normal View History

2017-04-22 21:25:49 +02:00
# clocc
Command Line OMEMO Chat Client
2017-04-22 21:32:14 +02:00
This is a really quick and dirty thrown together command line chat client mainly used to test [smack-omemo](https://github.com/vanitasvitae/smack-omemo).
Use it on your own risk if you are into kinky things like dirty lines of code...
2017-04-22 21:39:35 +02:00
2018-06-13 17:28:35 +02:00
To build it, you must first clone the Smack repository and install it in your local maven repo:
2017-04-22 21:39:35 +02:00
```
2018-06-13 17:28:35 +02:00
git clone git@github.com:igniterealtime/Smack.git
2018-06-09 20:16:25 +02:00
cd Smack
2018-06-13 17:28:35 +02:00
git checkout master
2017-04-22 21:39:35 +02:00
gradle install
```
Next you can clone and build clocc:
```
cd ..
git clone git@github.com:vanitasvitae/clocc.git
cd clocc
2018-06-09 20:16:25 +02:00
gradle build
2017-04-22 21:39:35 +02:00
```
You can find the finished jar in `build/libs`.
2018-06-09 20:16:25 +02:00
A small help text will be displayed if you enter `/help` after logging in.
2017-04-22 21:39:35 +02:00
Have fun!