Mercurial > prosody-modules
comparison mod_omemo_all_access/README.md @ 6345:8a131d44fc7f
mod_omemo_all_access: Obsolete with mod_pep
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Mon, 27 Oct 2025 12:05:07 +0100 |
| parents | fe081789f7b5 |
| children |
comparison
equal
deleted
inserted
replaced
| 6344:e407d9795b6a | 6345:8a131d44fc7f |
|---|---|
| 1 --- | 1 --- |
| 2 labels: | 2 labels: |
| 3 - 'Stage-Alpha' | 3 - 'Stage-Obsolete' |
| 4 superseded_by: mod_pep | |
| 4 summary: 'Disable access control for all OMEMO related PEP nodes' | 5 summary: 'Disable access control for all OMEMO related PEP nodes' |
| 5 --- | 6 --- |
| 6 | 7 |
| 7 Introduction | 8 Since Prosody 0.11, the features provided by this module are instead provided by [mod\_pep](https://prosody.im/doc/modules/mod_pep). |
| 8 ============ | |
| 9 | |
| 10 Traditionally OMEMO encrypted messages could only be exchanged after gaining mutual presence subscription due to the OMEMO key material being stored in PEP. | |
| 11 | |
| 12 XEP-0060 defines a method of changing the access model of a PEP node from `presence` to `open`. However Prosody does not yet support access models on PEP nodes. | |
| 13 | |
| 14 This module disables access control for all OMEMO PEP nodes (=all nodes in the namespace of `eu.siacs.conversations.axolotl.*`), giving everyone access to the OMEMO key material and allowing them to start OMEMO sessions with users on this server. | |
| 15 | |
| 16 Disco feature | |
| 17 ============= | |
| 18 | |
| 19 This modules annouces a disco feature on the account to allow external tools such as the [Compliance Tester](https://conversations.im/compliance/) to check if this module has been installed. | |
| 20 | |
| 21 | |
| 22 Compatibility | |
| 23 ============= | |
| 24 | |
| 25 ----- ----------------------------------------------------------------------------- | |
| 26 trunk Not needed, mod\_pep provides this feature already | |
| 27 0.11 Not needed, mod\_pep provides this feature already | |
| 28 0.10 Works | |
| 29 ----- ----------------------------------------------------------------------------- |
