diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-26 08:25:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-26 08:25:19 -0400 |
| commit | b2bcf9854e4562865134ce6265240e131c796cd8 (patch) | |
| tree | d388b160ed61c4e29e941897cd354350f50affe9 | |
| parent | 2889574c4a1ed816339c9d23d23dc217049b36e9 (diff) | |
close #85
| -rw-r--r-- | xmpp.html | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -96,28 +96,6 @@ Read more about the <code>muc</code> plugin on the Prosody documentation page <a </p> </aside> - -<h3>End-to-end Encryption</h3> - -<p> -Importantly, we'll want end-to-end encryption enabled for user privacy. -</p> - -<p> -Find the array beginning with <code>modules_enabled</code>. -This includes a list of modules to be used. -Add -<code>"omemo_all_access";</code> to that list. -Additionally, be sure to change the module <code>pep</code> to <code>pep_simple</code> or this will cause a conflict.</p> - -<p> -This module is not installed by default, -but you can easily download it by running the following command on the command prompt -to download and install the module to the correct directory. -</p> - -<pre class=wide><code>curl -sL https://hg.prosody.im/prosody-modules/raw-file/785389a2d2b3/mod_omemo_all_access/mod_omemo_all_access.lua > /usr/lib/prosody/modules/mod_omemo_all_access.lua</code></pre> - <h3>Other things to check</h3> <p>Check the config file for other settings you might want to change. |
