From 6ed4d7db451f3c9e87fc7aa568461866ce0e6365 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 19 Mar 2020 11:01:37 -0400 Subject: [PATCH] Enable omemo plugin --- .config/gajim/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/gajim/config b/.config/gajim/config index 6a9c93b..bda0db0 100644 --- a/.config/gajim/config +++ b/.config/gajim/config @@ -630,7 +630,7 @@ proxies.Tor.bosh_http_pipelining = False proxies.Tor.bosh_wait_for_restart_response = False plugins.plugin_installer.active = True plugins.latex.active = True -plugins.omemo.active = False +plugins.omemo.active = True plugins.openpgp.active = False plugins.pgp.active = False plugins.syntax_highlight.active = True