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/modules/receipts.py')
-rw-r--r--nbxmpp/modules/receipts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/receipts.py b/nbxmpp/modules/receipts.py
index 9a31ff5..329e88a 100644
--- a/nbxmpp/modules/receipts.py
+++ b/nbxmpp/modules/receipts.py
@@ -70,7 +70,7 @@ def build_receipt(stanza):
is_muc_pm = isMucPM(stanza)
- jid = stanza.getFrom()
+ jid = stanza.getFrom().copy()
typ = stanza.getType()
if typ == 'groupchat' or not is_muc_pm:
jid.setBare()