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/receipts.py')
-rw-r--r--nbxmpp/modules/receipts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/receipts.py b/nbxmpp/modules/receipts.py
index 329e88a..2056efe 100644
--- a/nbxmpp/modules/receipts.py
+++ b/nbxmpp/modules/receipts.py
@@ -38,7 +38,7 @@ class Receipts:
priority=15),
]
- def _process_message_receipt(self, _con, stanza, properties):
+ def _process_message_receipt(self, _client, stanza, properties):
request = stanza.getTag('request', namespace=NS_RECEIPTS)
if request is not None:
properties.receipt = ReceiptData(request.getName())