Remove remaining zeroconf references
This commit is contained in:
@@ -33,7 +33,6 @@ from gajim.common.modules.base import BaseModule
|
||||
|
||||
# Module name
|
||||
name = "AntiSpam"
|
||||
zeroconf = False
|
||||
|
||||
|
||||
class AntiSpam(BaseModule):
|
||||
|
||||
@@ -70,7 +70,6 @@ log = logging.getLogger("gajim.p.openpgp")
|
||||
|
||||
# Module name
|
||||
name = ENCRYPTION_NAME
|
||||
zeroconf = False
|
||||
|
||||
|
||||
class OpenPGP(BaseModule):
|
||||
|
||||
@@ -48,7 +48,6 @@ from pgp.modules.util import prepare_stanza
|
||||
|
||||
# Module name
|
||||
name = "PGPLegacy"
|
||||
zeroconf = True
|
||||
ENCRYPTION_NAME = "PGP"
|
||||
|
||||
ALLOWED_TAGS = [
|
||||
|
||||
@@ -94,7 +94,6 @@ class PGPPlugin(GajimPlugin):
|
||||
|
||||
self.config_dialog = partial(PGPConfigDialog, self)
|
||||
self.encryption_name = ENCRYPTION_NAME
|
||||
self.allow_zeroconf = True
|
||||
self.gui_extension_points = {
|
||||
"encrypt" + ENCRYPTION_NAME: (self._encrypt_message, None),
|
||||
"send_message" + ENCRYPTION_NAME: (self._before_sendmessage, None),
|
||||
|
||||
Reference in New Issue
Block a user