From 5feacf313f4755f20781b244d8acbe228657df3a Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 3 Apr 2017 12:25:18 +0200 Subject: [PATCH] Prosody: enable XEP-0313 (for OMEMO). --- roles/prosody/templates/prosody.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/prosody/templates/prosody.cfg.lua.j2 b/roles/prosody/templates/prosody.cfg.lua.j2 index 4e43d26..0dd2e81 100644 --- a/roles/prosody/templates/prosody.cfg.lua.j2 +++ b/roles/prosody/templates/prosody.cfg.lua.j2 @@ -67,6 +67,7 @@ modules_enabled = { --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. "carbons"; -- XEP-0280: Message Carbons "smacks"; -- XEP-0198: Reliability and fast reconnects for XMPP + "mam"; -- XEP-0313: Message Archive Management }; -- These modules are auto-loaded, but should you want