This package browser is in early development. Mind the rough edges.

purple-lurch

OMEMO Encryption for libpurple

Purple-lurch plugin adds end-to-end encryption support through the Double Ratchet (Axolotl) algorithm, to libpurple applications using XMPP,through its standard XEP-0384: OMEMO Encryption. It provides confidentiality, (weak) forward secrecy, break-in recovery, authentication, integrity, deniability, and asynchronicity.

Installation

Install the latest version of purple-lurch as follows:

guix install purple-lurch

Or install a particular version:

guix install purple-lurch@0.7.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of purple-lurch about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/purple-lurch'><img src='https://packages.guix.gnu.org/packages/purple-lurch/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/purple-lurch/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/purple-lurch)

Example Org:

[[https://packages.guix.gnu.org/packages/purple-lurch][https://packages.guix.gnu.org/packages/purple-lurch/badges/latest-version.svg]]