mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_require_otr / README.markdown
blobcbfe809db4d57d679105fcbec110db93c9ab0667
1 ---
2 labels:
3 - 'Stage-Stable'
4 summary: 'Enforce a policy for OTR-encrypted messages'
5 ...
7 Introduction
8 ------------
10 [OTR, "Off The Record"](https://otr.cypherpunks.ca/), encryption allows
11 clients to encrypt messages such that the server cannot read/modify
12 them.
14 This module allows the server admin to require that all messages are
15 OTR-encrypted.
17 Configuration
18 -------------
20 Just enable the module by adding it to your global `modules_enabled`, or
21 if you only want to load it on a single host you can load it only for
22 one host like this:
24     VirtualHost "example.com"
25         modules_enabled = { "require_otr" }
27 #### Compatibility
29   ------ -------
30   0.10   Works
31   0.9    Works
32   0.8    Works
33   ------ -------