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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nbxmpp/modules/security_labels.py')
-rw-r--r--nbxmpp/modules/security_labels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/security_labels.py b/nbxmpp/modules/security_labels.py
index 04e119d..ac29d11 100644
--- a/nbxmpp/modules/security_labels.py
+++ b/nbxmpp/modules/security_labels.py
@@ -35,7 +35,7 @@ class SecurityLabels:
priority=15),
]
- def _process_message_security_label(self, _con, stanza, properties):
+ def _process_message_security_label(self, _client, stanza, properties):
security = stanza.getTag('securitylabel', namespace=NS_SECLABEL)
if security is None:
return