From 1c574692d985fac9eca5c2e8e8675ac19059e0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 21 May 2018 18:11:07 +0200 Subject: [PATCH] [pgp] Show as available for zeroconf --- pgp/pgpplugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pgp/pgpplugin.py b/pgp/pgpplugin.py index 8dc15d5..652a3fe 100644 --- a/pgp/pgpplugin.py +++ b/pgp/pgpplugin.py @@ -73,6 +73,7 @@ class OldPGPPlugin(GajimPlugin): return self.config_dialog = None self.encryption_name = 'PGP' + self.allow_zeroconf = True self.gui_extension_points = { 'encrypt' + self.encryption_name: (self._encrypt_message, None), 'decrypt': (self._message_received, None),