slixmpp-omemo
  • Installation
  • Getting Started
  • Migration
  • API Documentation
slixmpp-omemo
  • slixmpp-omemo - Slixmpp OMEMO plugin
  • View page source

slixmpp-omemo - Slixmpp OMEMO plugin

A plugin for slixmpp offering the OMEMO Multi-End Message and Object Encryption protocol.

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
  • Getting Started
    • Storage
    • The plugin: XEP_0384
  • Migration
  • API Documentation
    • Module: base_session_manager
      • TrustLevel
        • TrustLevel.TRUSTED
        • TrustLevel.BLINDLY_TRUSTED
        • TrustLevel.UNDECIDED
        • TrustLevel.DISTRUSTED
      • BaseSessionManager
        • BaseSessionManager._evaluate_custom_trust_level()
        • BaseSessionManager._make_trust_decision()
        • BaseSessionManager._btbv_enabled
        • BaseSessionManager._devices_blindly_trusted()
        • BaseSessionManager._prompt_manual_trust()
    • Module: xep_0384
      • XEP_0384
        • XEP_0384.name
        • XEP_0384.description
        • XEP_0384.dependencies
        • XEP_0384.default_config
        • XEP_0384.plugin_init()
        • XEP_0384.plugin_end()
        • XEP_0384.session_bind()
        • XEP_0384.storage
        • XEP_0384.legacy_storage
        • XEP_0384._btbv_enabled
        • XEP_0384._devices_blindly_trusted()
        • XEP_0384._prompt_manual_trust()
        • XEP_0384.get_session_manager()
        • XEP_0384._on_device_list_update()
        • XEP_0384._on_subscription_changed()
        • XEP_0384._subscribe()
        • XEP_0384._unsubscribe()
        • XEP_0384.refresh_device_lists()
        • XEP_0384.encrypt_message()
        • XEP_0384.decrypt_message()
        • XEP_0384.is_encrypted()
Next

© Copyright 2026, Tim Henkes (Syndace).

Built with Sphinx using a theme provided by Read the Docs.