[JDEV] XML messages through Jabber?

Peter Saint-Andre stpeter at jabber.org
Thu Nov 7 11:33:14 CST 2002


IQs do not get stored offline, although this is an implementation issue.
You could embed the jabber:iq:rpc stuff in a message but that's not fully
consistent with the spec...

Peter

--
Peter Saint-Andre
Jabber Software Foundation
http://www.jabber.org/people/stpeter.php

On Thu, 7 Nov 2002, Wojciech Dec wrote:

> Hi,
> 
> 
> I am going to use Jabber in my project.  I need to send
> XML messages between two (or several) applicatoins.  It
> seems using XML-RPC with <iq xmlns='jabber:iq:rpc'/> is
> the best way to do that but I need to store messages if
> another part is offline.
> 
> When I send such a message using xmlns='jabber:iq:rpc' to
> an offline user I get:
> <error code='503'>Service Unavailable</error>
> 
> Can <iq xmlns='jabber:iq:rpc'/> message be stored like
> <message/> one on server?
> 
> If not I will turn to a <message/> solution sugessted at
> http://mailman.jabber.org/pipermail/jdev/2002-March/010906.html
> 
> I suppose many people already implemented similar things
> so I will be grateful for any hints how to deal with this.
> Are there any convenient libraries for this (Java and
> something I can easily integrate with VB application)?
> 
> 
> Thanks for any help.
> 
> 
> Regards,
> 
> Wojciech Dec
> 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 




More information about the JDev mailing list