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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/structs.py b/nbxmpp/structs.py
index 717d9d4..d21cce8 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -971,6 +971,7 @@ class MessageProperties:
from_: Optional[JID] = None
to: Optional[JID] = None
jid: Optional[JID] = None
+ remote_jid: Optional[JID] = None
subject = None
body: Optional[str] = None
thread: Optional[str] = None