Merge branch 'master' into develop
This commit is contained in:
commit
a3ec1af205
@ -68,7 +68,7 @@ class XEP_0184(BasePlugin):
|
|||||||
ack['to'] = msg['from']
|
ack['to'] = msg['from']
|
||||||
ack['from'] = msg['to']
|
ack['from'] = msg['to']
|
||||||
ack['receipt'] = msg['id']
|
ack['receipt'] = msg['id']
|
||||||
ack['id'] = self.xmpp.new_id()
|
ack['id'] = msg['id']
|
||||||
ack.send()
|
ack.send()
|
||||||
|
|
||||||
def _handle_receipt_received(self, msg):
|
def _handle_receipt_received(self, msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user