Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanitasvitae/homemadeomemo
Home Made OMEMO Client in < 200 lines of code (MIRROR)
https://github.com/vanitasvitae/homemadeomemo
demaiziere demo omemo selfmade tutorial xmpp
Last synced: 6 days ago
JSON representation
Home Made OMEMO Client in < 200 lines of code (MIRROR)
- Host: GitHub
- URL: https://github.com/vanitasvitae/homemadeomemo
- Owner: vanitasvitae
- Created: 2017-07-08T11:44:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T11:45:04.000Z (over 7 years ago)
- Last Synced: 2024-10-11T01:44:42.691Z (28 days ago)
- Topics: demaiziere, demo, omemo, selfmade, tutorial, xmpp
- Language: Java
- Homepage: https://blog.jabberhead.tk/2017/06/14/homemo/
- Size: 66.4 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Made OMEMO Client
This is a repository containing the source code to my
[blog post](https://blogs.fsfe.org/vanitasvitae/2017/06/14/homemo/) about how to
build a home-made OMEMO chat application in less than 200 lines of code.## Setup
You can clone the repository using `git clone https://git.fsfe.org/vanitasvitae/HomeMadeOmemo.git`Next navigate to the root folder and compile using
```
cd HomeMadeOmemo/de.vanitasvitae.homemadeomemo
./gradlew build
```## Run
You can run the application as follows:
```
java -jar build/libs/de.vanitasvitae.homemadeomemo.jar [email protected] password
```