You should then write a component in java. for more about components see: - http://docs.jabber.org/general/html/component-intro.html - http://www.pipetree.com/~dj/fosdem2002/
There are several java libraries for jabber. You can use JabberBeans (http://jabberbeans.sourceforge.net/), especially the Launcher class. It needs some mods but can easily be used to write accept components. Cheers Philippe 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. > > > > Thanks for reading my post. > > > > Michael Joyner > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
