[JDEV] Transport Decisions

Thomas Charron tcharron at ductape.net
Mon May 21 18:40:44 CDT 2001


From: "Ivan R. Judson" <judson at mcs.anl.gov>
Subject: [JDEV] Transport Decisions
> I'm delving deep into the jabber server architecture and the protocols.
I'm
> wondering however if there's a thread somewhere talking about the decision
to
> create the stream:stream namespace instead of using XML-RPC or SOAP?

    XML-RPC and SOAP use a variety of existing protocols as transports, and
ride the actual XML payload on top of them.  The stream namespace is
basically strait XML over the socket.  Don't think of it as a replacement
for XML-RPC or SOAP.  Think of it as just another transport.  One could just
as easily do XML-RPC and SOAP over the stream socket protocol.

> I'm wondering if an evaluation of the merits has been done and if there's
> anything I can read about that decision.

    See above.  There are no socket streamed XML transports out there.  the
'etherx scheme' provides this.




More information about the JDev mailing list