When I send a message to any icq contacts my client (Miranda, QIP PDA and others) doesn't request an urn:xmpp:receipts and message seen as undelivered.
XML Log show the request:
<message type="chat" to="123456789@icq.myjabberserver.com" id="mir_152"> <body>12</body> </message>
I can manually add <request xmlns="urn:xmpp:receipts" /> and send a request through xml console and transport gives me reply that message was delivered.
But when I sends a message to any jabber contact my request seen like:
<message type="chat" to="jid@jabber.org" id="mir_151"> <body>1</body> <active xmlns="http://jabber.org/protocol/chatstates" /> <request xmlns="urn:xmpp:receipts" /> </message>
And I can receive an urn:xmpp:receipts reply.
PyICQ-t 0.8.1.5, ejabberd 2.1.3.
Comment #1
Posted on Aug 31, 2010 by Helpful GiraffeWith Tkabber and Bombus urn:xmpp:receipts works ok. Report bug to your Miranda.
Status: New
Labels:
Type-Defect
Priority-Medium