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