[JDEV] XMLRPC over Jabber

Oliver George oliver at littledevil.com.au
Mon Dec 18 22:59:10 CST 2000


I have made use of xmlrpc in jabber myself.  I added an xmlrpc transport 
for cgi queries too (besides the point).

** What would be good it to standardise a name space for XMLRPC within 
iq tags.... jabber guys, your call.**

I use this to send an xmlrpc call to a target...
<iq type="set"><query 
xmlns="jabber:iq:xmlrpc"><methodCall>...</methodCall></query></iq>

And expect back...
<iq type="result"><query 
xmlns="jabber:iq:xmlrpc"><methodResponse>...</methodResponse></query></iq>

just my 2c

cheers, Oliver.

DJ Adams wrote:

> Hello all
> 
> I'm very interested in exploring the non-IM side of what Jabber
> has to offer (a lot!) and to that end I've been experimenting
> with running XMLRPC calls over Jabber.
> 
> I've put together a family of Perl modules that let you write 
> XMLRPC clients and servers and have them talk via Jabber, i.e.
> the payloads are embedded inside Jabber IQs. 
> 
> You can have a look at 
> 
> http://www.pipetree.com/jabber/XMLRPC/
> 
> if you're interested, and of course - questions and comments are
> most welcome :-)
> 
> Cheers
> DJ Adams (qmacro)
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 
> 





More information about the JDev mailing list