old clients still support xep-184/1.0 version
Now psi (and probably miranda) correctly receive delivery receipts.
This commit is contained in:
parent
fb221a8dc0
commit
d571d691a7
@ -68,7 +68,7 @@ class XEP_0184(BasePlugin):
|
||||
ack['to'] = msg['from']
|
||||
ack['from'] = msg['to']
|
||||
ack['receipt'] = msg['id']
|
||||
ack['id'] = self.xmpp.new_id()
|
||||
ack['id'] = msg['id']
|
||||
ack.send()
|
||||
|
||||
def _handle_receipt_received(self, msg):
|
||||
|
Loading…
x
Reference in New Issue
Block a user