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/entity_caps.py')
-rw-r--r--nbxmpp/modules/entity_caps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/entity_caps.py b/nbxmpp/modules/entity_caps.py
index 4eee6ab..dd04ee2 100644
--- a/nbxmpp/modules/entity_caps.py
+++ b/nbxmpp/modules/entity_caps.py
@@ -35,7 +35,7 @@ class EntityCaps:
]
@staticmethod
- def _process_entity_caps(_con, stanza, properties):
+ def _process_entity_caps(_client, stanza, properties):
caps = stanza.getTag('c', namespace=NS_CAPS)
if caps is None:
properties.entity_caps = EntityCapsData()