Hendrik7 / psi-dev

Automatically exported from code.google.com/p/psi-dev
0 stars 0 forks source link

Delivery Receipt not consistent with XEP-0184 #550

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Delivery receipt is not consistent with XEP-0184. Client is sending wrong xml 
like this :

<message from="fffffffffe00@infis.pl/Smack" to="mateusz@infis.pl/Psi+" 
id="aad9a">
<received xmlns="urn:xmpp:receipts" id="aad9a"/>
</message>

message id should be new unique id and this id is propably taken from incoming 
message. It should be like this: 

<message from="fffffffffe00@infis.pl/Smack" to="mateusz@infis.pl/Psi+" 
id="new_id">
<received xmlns="urn:xmpp:receipts" id="incoming_message_id"/>
</message>

Original issue reported on code.google.com by mkrasnie...@gmail.com on 17 Jul 2013 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by wadea...@gmail.com on 17 Jul 2013 at 10:10