comparison mod_debug_omemo/README.md @ 5975:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parents mod_debug_omemo/README.markdown@ffddf9b29463
children
comparison
equal deleted inserted replaced
5974:5a65a632d5b9 5975:fe081789f7b5
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 trunk Works
32 ----- -------