[jdev] Clients that support JEP-0013

Sergei Golovan sgolovan at nm.ru
Tue Apr 12 10:13:35 CDT 2005


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='romeo at montague.net/orchard'>
  <offline xmlns='http://jabber.org/protocol/offline'>
    <item 
        node='2003-02-27T22:49:17.008Z'
        from='mercutio at shakespeare.lit/pda'
        category='presence'
        type='subscribe'/>
    <item 
        node='2003-02-27T22:52:37.225Z'
        name='juliet at capulet.com/balcony'
        category='message'
        type='chat'/>
    <item 
        node='2003-02-27T22:52:51.270Z'
        name='juliet at capulet.com/balcony'
        category='message'
        type='headline'/>
    <item 
        node='2003-02-27T22:53:03.421Z'
        name='juliet at capulet.com/balcony'
        category='message'
        type='normal'/>
    <item 
        node='2003-02-27T22:53:13.925Z'
        name='juliet at capulet.com/balcony'
        category='message'/>
  </query>
</iq>

Best wishes!
-- 
Sergei Golovan



More information about the JDev mailing list