Skip to main content

Slixmpp OMEMO plugin

Project description

PyPI PyPI - Python Version Build Status Documentation Status

slixmpp-omemo - Slixmpp OMEMO plugin

A plugin for slixmpp offering the OMEMO Multi-End Message and Object Encryption protocol, based on python-omemo.

OMEMO protocol version support

Currently supports OMEMO in the eu.siacs.conversations.axolotl namespace. Support for OMEMO in the omemo:2 namespace is prepared and will be enabled as soon as Slixmpp gains support for XEP-0420: Stanza Content Encryption.

Trust

Supports Blind Trust Before Verification and manual trust management.

Installation

Install the latest release using pip (pip install slixmpp_omemo) or manually from source by running pip install . in the cloned repository.

Testing, Type Checks and Linting

slixmpp-omemo uses pytest as its testing framework, mypy for static type checks and both pylint and Flake8 for linting. All tests/checks can be run locally with the following commands:

$ pip install --upgrade pytest pytest-asyncio pytest-cov mypy pylint flake8
$ mypy --strict --disable-error-code str-bytes-safe --untyped-calls-exclude=slixmpp slixmpp_omemo/ setup.py examples/ tests/
$ pylint slixmpp_omemo/ setup.py examples/ tests/
$ flake8 slixmpp_omemo/ setup.py examples/ tests/
$ pytest --cov=slixmpp_omemo --cov-report term-missing:skip-covered

Getting Started

Refer to the documentation on readthedocs.io, or build/view it locally in the docs/ directory. To build the docs locally, install the requirements listed in docs/requirements.txt, e.g. using pip install -r docs/requirements.txt, and then run make html from within the docs/ directory. The documentation can then be found in docs/_build/html/.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slixmpp-omemo-1.2.1.tar.gz (29.1 kB view details)

Uploaded Source

Built Distribution

slixmpp_omemo-1.2.1-py3-none-any.whl (28.8 kB view details)

Uploaded Python 3

File details

Details for the file slixmpp-omemo-1.2.1.tar.gz.

File metadata

  • Download URL: slixmpp-omemo-1.2.1.tar.gz
  • Upload date:
  • Size: 29.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for slixmpp-omemo-1.2.1.tar.gz
Algorithm Hash digest
SHA256 bc8b5b79ee56784e49c6888603690e16882ca690132a82fad12db6257e44af24
MD5 5a4ebebd03948c80586645317e35f1cb
BLAKE2b-256 bdb852bbbdd0cfd3cfb83b4211c0f21c182271981d508c5b5bc421716bb45bfa

See more details on using hashes here.

File details

Details for the file slixmpp_omemo-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for slixmpp_omemo-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1ac74aaeafb1f586198b5caa0ffaf4c86ef46005e43657fab9fdf8bf5068d378
MD5 596f021ea84bfb64c32544a789f542b0
BLAKE2b-256 52be3c312561c1c53e93dcfa0894563be501dade7d9b6d2748558f579b5ed3da

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page