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/pubsub.py')
-rw-r--r--nbxmpp/modules/pubsub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/pubsub.py b/nbxmpp/modules/pubsub.py
index 2f8d1a2..3967568 100644
--- a/nbxmpp/modules/pubsub.py
+++ b/nbxmpp/modules/pubsub.py
@@ -50,7 +50,7 @@ class PubSub:
priority=15),
]
- def _process_pubsub_base(self, _con, stanza, properties):
+ def _process_pubsub_base(self, _client, stanza, properties):
properties.pubsub = True
event = stanza.getTag('event', namespace=NS_PUBSUB_EVENT)