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:
authorPhilipp Hörist <philipp@hoerist.com>2018-12-28 02:26:33 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-12-28 02:29:56 +0300
commit58ad3a9b790687d1d4a8677ad48b4ea914a77b6b (patch)
tree2bfa1b6232e9024008c35c6838aaebdca94debe7 /nbxmpp/structs.py
parentf80bbaa61e97666291795eb5c82deab8950e233a (diff)
Add Idle (XEP-0319) module
Diffstat (limited to 'nbxmpp/structs.py')
-rw-r--r--nbxmpp/structs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/structs.py b/nbxmpp/structs.py
index 098acff..c3a0fe7 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -118,6 +118,7 @@ class PresenceProperties:
self.self_presence = False
self.from_muc = False
self.status = ''
+ self.idle_timestamp = None
self.error_message = ''
self.error_code = ''