On Tue, Apr 12, 2005 at 06:54:24PM +0400, Sergei Golovan wrote: > On Tue, Apr 12, 2005 at 04:03:14PM +0200, Matthias Wimmer wrote: > > Hi! > > > > Are there any clients that support JEP-0013 (Flexible Offline Message > > Retrieval)? I have implemented this for jabberd 1.4.5 and would then > > test it against existing implementations. > > Tkabber has support, but not exactly of JEP-0013. It uses the following query > for requesting offline message headers: > > <iq type='get'> > <offline xmlns='http://jabber.org/protocol/offline'/> > </iq>
I forgot to mention that since there is no reason to use only jid, node and name attributes (query isn't a disco#items query) Tkabber expects the following answer: <iq type='result' to='[EMAIL PROTECTED]/orchard'> <offline xmlns='http://jabber.org/protocol/offline'> <item node='2003-02-27T22:49:17.008Z' from='[EMAIL PROTECTED]/pda' category='presence' type='subscribe'/> <item node='2003-02-27T22:52:37.225Z' name='[EMAIL PROTECTED]/balcony' category='message' type='chat'/> <item node='2003-02-27T22:52:51.270Z' name='[EMAIL PROTECTED]/balcony' category='message' type='headline'/> <item node='2003-02-27T22:53:03.421Z' name='[EMAIL PROTECTED]/balcony' category='message' type='normal'/> <item node='2003-02-27T22:53:13.925Z' name='[EMAIL PROTECTED]/balcony' category='message'/> </query> </iq> Best wishes! -- Sergei Golovan _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
