[JDEV] XML messages through Jabber?
Wojciech Dec
Wojciech.Dec at winuel.com.pl
Thu Nov 7 05:51:51 CST 2002
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
More information about the JDev
mailing list