comparison mod_debug_omemo/README.markdown @ 4682:e4e5474420e6

mod_debug_omemo: OMEMO debugging tool
author Matthew Wild <mwild1@gmail.com>
date Mon, 13 Sep 2021 19:24:13 +0100
parents
children ffddf9b29463
comparison
equal deleted inserted replaced
4681:edbd84bbd8fb 4682:e4e5474420e6
1 ---
2 summary: "Generate OMEMO debugging links"
3 labels:
4 - 'Stage-Alpha'
5 ...
6
7 Introduction
8 ============
9
10 This module allows you to view advanced information about OMEMO-encrypted messages,
11 and can be helpful to diagnose decryption problems.
12
13 It generates a link to itself and adds this link to the plaintext contents of
14 encrypted messages. This will be shown by clients that do not support OMEMO,
15 or are unable to decrypt the message.
16
17 This module depends on a working HTTP setup in Prosody, and honours the [usual
18 HTTP configuration options](https://prosody.im/doc/http).
19
20 Configuration
21 =============
22
23 There is no configuration for this module, just add it to
24 modules\_enabled as normal.
25
26 Compatibility
27 =============
28
29 ----- -------
30 0.11 Hopefully works
31 ----- -------
32 trunk Works
33 ----- -------