On Mon, Mar 11, 2002 at 06:00:59AM -0800, mj wrote: > Can I write a service in java, and register that service in 1.4 (Linux). > I would like to incorporate my XML-RPC and/or SOAP proxy into > the server. > > Questions.............. > 1) Can I create custom namespace for the services. > 2) Are the messages passed over to the registered services or.... > are the tied internally to the sockets on the server? > > I guess I could rephrase this as: > Does the 1.4 server support java "plugin" outside service.
Hi Michael What I think you want to do is write a component, that plugs into the jabberd server. The most common / flexible form of a component is one that exists as a separate process and makes a socket connection to the Jabber server. As far as getting the messages passed to the service, it's down to how the messages are addressed. Each component has its own address. Btw, there's already some stuff for XML-RPC over Jabber (Jabber-RPC) and SOAP, that you might want to look at (implemented in Perl) Jabber::RPC SOAP::Lite cheers dj _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
