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:
authorlovetox <philipp@hoerist.com>2020-02-23 17:34:39 +0300
committerlovetox <philipp@hoerist.com>2020-03-07 22:21:45 +0300
commit78a8dd4c8abc61521ec1d8791ea071e0059f6cfe (patch)
tree582ffa3eb0bc7ddfdc48f59901411d891d00ae3f /nbxmpp/modules/idle.py
parentaca509f45842dc801bc0f74c89a9abb2bd36f229 (diff)
Add new modules and example client
Diffstat (limited to 'nbxmpp/modules/idle.py')
-rw-r--r--nbxmpp/modules/idle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/idle.py b/nbxmpp/modules/idle.py
index 5f5d6db..81870f2 100644
--- a/nbxmpp/modules/idle.py
+++ b/nbxmpp/modules/idle.py
@@ -35,7 +35,7 @@ class Idle:
]
@staticmethod
- def _process_idle(_con, stanza, properties):
+ def _process_idle(_client, stanza, properties):
idle_tag = stanza.getTag('idle', namespace=NS_IDLE)
if idle_tag is None:
return