Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pgp
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2018-05-21 19:11:07 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-05-21 19:11:07 +0300
commit1c574692d985fac9eca5c2e8e8675ac19059e0cc (patch)
treeb4ef76eab4d3ba4eb8c6f7ff97609dc7160d0165 /pgp
parent384baf49a302d1baeda9b787a4da4bf4ae080336 (diff)
[pgp] Show as available for zeroconf
Diffstat (limited to 'pgp')
-rw-r--r--pgp/pgpplugin.py1
1 files changed, 1 insertions, 0 deletions
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),