[pgp] Show as available for zeroconf

This commit is contained in:
Philipp Hörist
2018-05-21 18:11:07 +02:00
parent 384baf49a3
commit 1c574692d9

View File

@@ -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),