4 summary: 'Enforce a policy for OTR-encrypted messages'
10 [OTR, "Off The Record"](https://otr.cypherpunks.ca/), encryption allows
11 clients to encrypt messages such that the server cannot read/modify
14 This module allows the server admin to require that all messages are
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
24 VirtualHost "example.com"
25 modules_enabled = { "require_otr" }