Go to file
Paul Schaub 73c3aca1e8
Update to latest smack-openpgp
2018-07-19 18:51:22 +02:00
gradle/wrapper Initial commit 2018-06-01 15:55:00 +02:00
src/main/java/de/vanitasvitae/oxclient Update to latest smack-openpgp 2018-07-19 18:51:22 +02:00
.gitignore Update to latest smack-openpgp 2018-07-19 18:51:22 +02:00
LICENSE Update to latest smack-openpgp 2018-07-19 18:51:22 +02:00
README.md Initial commit 2018-06-01 15:55:00 +02:00
build.gradle Update to latest smack-openpgp 2018-07-19 18:51:22 +02:00
gradlew Initial commit 2018-06-01 15:55:00 +02:00
gradlew.bat Initial commit 2018-06-01 15:55:00 +02:00
settings.gradle Initial commit 2018-06-01 15:55:00 +02:00

README.md

OpenPGP for XMPP Instant Messaging Demo Client

This command line XMPP client is part of my Summer of Code 2018 project. It demonstrates the capabilities of the OX-IM-API I wrote.

OpenPGP for XMPP: Instant Messaging

The client implements XEP-0373 and XEP-0374 in order to encrypt messages using OpenPGP.

Installation

In order to install the client, you have to follow these steps:

# create a working directory
mkdir ox
cd ox

# Prepare Smack
git clone https://github.com/vanitasvitae/Smack.git
cd Smack
git checkout c9c22068a3e07d44c88225f04bbf47189caae3f9
gradle install

# Prepare pgpainless
cd ..
git clone https://github.com/vanitasvitae/pgpainless.git
cd pgpainless
git checkout 9af42c7231a6837694461e087ef5b3c51e451ef5
gradle install

# prepare the client
cd ..
git clone https://github.com/vanitasvitae/oxclient.git
cd oxclient
gradle build

Running the client

The last command above generates the executable build/libs/cmd-1.0-SNAPSHOT.jar. That can be executed using

java -jar build/libs/cmd-1.0-SNAPSHOT.jar