Skip to content

Commit

Permalink
Use current version of libomemo.
Browse files Browse the repository at this point in the history
This should help with #29.
  • Loading branch information
gkdr committed Mar 2, 2017
1 parent 26d49d4 commit 04852fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lurch 0.6.1
# lurch 0.6.2
/lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin brings Axolotl, by now renamed to double ratchet, to libpurple applications such as [Pidgin](https://www.pidgin.im/) by implementing [OMEMO](https://conversations.im/omemo/).

(Plus I thought the word sounds funny, especially when pronounced by a speaker of English.)
Expand All @@ -16,7 +16,7 @@
### Windows
Thanks to EionRobb, Windows users can use the dlls he compiled and provides here: https://eion.robbmob.com/lurch/
1. Download the plugin .dll itself and put it in the `Program Files\Pidgin\plugins` directory. If you want to talk to other OMEMO clients, use _lurch-compat.dll_.
2. Download _libgcrypt-20.dll_ and _libgpg-error-0.dll_ and put them in `Program Files\Pidgin` directory.
2. Download _libgcrypt-20.dll_ and _libgpg-error-0.dll_ and put them in the `Program Files\Pidgin` directory.

These instructions can also be found at the provided link.

Expand Down
2 changes: 1 addition & 1 deletion lib/libomemo
2 changes: 1 addition & 1 deletion src/lurch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@ static PurplePluginInfo info = {

"core-riba-lurch",
"lurch",
"0.6.1",
"0.6.2",

"Implements OMEMO for libpurple.",
"End-to-end encryption using the Signal protocol, adapted for XMPP.",
Expand Down

0 comments on commit 04852fc

Please sign in to comment.