[JDEV] Q: message tracking
Peter Millard
me at pgmillard.com
Wed Jun 13 12:05:10 CDT 2001
The id for the message tags is really just used for tracking specific tags,
not an entire conversation. For this purpose, you should use the <thread>
tag.
The basic idea is that it's some unique value (hash of the date + jid or
something) that each client "mirrors" whenever it sends out replies. So if
you send me a msg with <thread>123</thread> my reply to that msg should also
include <thread>123</thread>. Clients should generate new thread tags when
starting new conversations.
For more details about this tag, checkout:
http://docs.jabber.org/jpg/html/main.html#REFTHREAD
----- Original Message -----
From: "dlb" <semiotics at worldnet.att.net>
To: <jdev at jabber.org>
Sent: Wednesday, June 13, 2001 10:28 AM
Subject: [JDEV] Q: message tracking
> what is the convention for handling a message packet's id attribute
value - how
> can this be applied to tracking message responses ?
>
> The id values I'm receiving in response messages don't seem to correlate
with
> the id or the original message - is 'id' not intended for this sort of
tracking
> ?
More information about the JDev
mailing list