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:30:18 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-12-30 21:49:03 +0300
commit4b4476d2660e75e16848616ea2560a9fe1ffb836 (patch)
tree7f4107dfc81083d9c4eb964a5e9daeff3429bb18 /nbxmpp/structs.py
parent58ad3a9b790687d1d4a8677ad48b4ea914a77b6b (diff)
Add Signed (XEP-0027) 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 c3a0fe7..7f3b54f 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -119,6 +119,7 @@ class PresenceProperties:
self.from_muc = False
self.status = ''
self.idle_timestamp = None
+ self.signed = None
self.error_message = ''
self.error_code = ''