google-code-export / pyicqt

Automatically exported from code.google.com/p/pyicqt
0 stars 0 forks source link

urn:xmpp:receipts #207

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by serg...@gmail.com on 25 Jul 2010 at 4:47

GoogleCodeExporter commented 9 years ago
With Tkabber and Bombus urn:xmpp:receipts works ok. Report bug to your Miranda.

Original comment by vitalyster on 31 Aug 2010 at 2:38