From b2bcf9854e4562865134ce6265240e131c796cd8 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 26 Jul 2021 08:25:19 -0400 Subject: close #85 --- xmpp.html | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/xmpp.html b/xmpp.html index 64238b0..21841df 100644 --- a/xmpp.html +++ b/xmpp.html @@ -96,28 +96,6 @@ Read more about the muc plugin on the Prosody documentation page - -

End-to-end Encryption

- -

-Importantly, we'll want end-to-end encryption enabled for user privacy. -

- -

-Find the array beginning with modules_enabled. -This includes a list of modules to be used. -Add -"omemo_all_access"; to that list. -Additionally, be sure to change the module pep to pep_simple or this will cause a conflict.

- -

-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. -

- -
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
-

Other things to check

Check the config file for other settings you might want to change. -- cgit v1.2.3