I was thinking it could be something as simple as a read receipt (i'm aware
I am abusing the namespace):

 <read xmlns='urn:xmpp:receipts' id='richard2-4.1.247'/>

For an iMessage like experience though there could be simply a
received/read up to message, which would mean you don't have to send a
receipt for each message:

 <recieved-upto xmlns='urn:xmpp:receipts' id='richard2-4.1.247'/>
 <read-upto xmlns='urn:xmpp:receipts' id='richard2-4.1.247'/>

 Or Indeed use a timestamp:

 <recieved-upto  xmlns='urn:xmpp:receipts' stamp='2012-08-07T00:00:00Z'/>
 <read-upto xmlns='urn:xmpp:receipts' stamp='2012-08-07T00:00:00Z'/>

Regards

Spencer



On Thu, May 9, 2013 at 10:22 PM, Dave Cridland <[email protected]> wrote:

> You haven't missed anything; this is a functional hole. It's been
> considered something of a rat-hole before, I think, but you're welcome to
> tackle it and suggest a protocol.
>
> _______________________________________________
> JDev mailing list
> Info: http://mail.jabber.org/mailman/listinfo/jdev
> Unsubscribe: [email protected]
> _______________________________________________
>
>
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: [email protected]
_______________________________________________

Reply via email to