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/structs.py')
-rw-r--r--nbxmpp/structs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nbxmpp/structs.py b/nbxmpp/structs.py
index b3d670f..0b3482f 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -246,6 +246,7 @@ class MessageProperties:
self.http_auth = None
self.nickname = None
self.from_muc = False
+ self.muc_jid = None
self.muc_nickname = None
self.muc_status_codes = None
self.muc_private_message = False
@@ -374,6 +375,7 @@ class PresenceProperties:
self.error = None
self.avatar_sha = None
self.avatar_state = AvatarState.IGNORE
+ self.muc_jid = None
self.muc_status_codes = None
self.muc_user = None
self.muc_nickname = None