mod_debug_omemo

Introduction

This module allows you to view advanced information about OMEMO-encrypted messages, and can be helpful to diagnose decryption problems.

It generates a link to itself and adds this link to the plaintext contents of encrypted messages. This will be shown by clients that do not support OMEMO, or are unable to decrypt the message.

This module depends on a working HTTP setup in Prosody, and honours the usual HTTP configuration options.

Configuration

There is no configuration for this module, just add it to modules_enabled as normal.

Compatibility

0.11 Hopefully works
trunk Works

Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_debug_omemo

For earlier versions see the documentation for installing 3rd party modules