Thats because port 5222, is for client connection….you should send this packet:
<stream:stream to='localhost' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'> (see more at: http://www.jabber.org/admin/adminguide.html#install ) what kind of component do yo want to develop.. if you want to make a client, you should try using an existing jabber library. Take a look at http://www.jabberstudio.org C U. Hernux -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Hemendra Rana Enviado el: Martes, 29 de Julio de 2003 21:02 Para: [EMAIL PROTECTED] Asunto: RE: [JDEV] Jabber Component Development Guide I telnetted to port 5222 of the JabberD running on my machine and sent it the following data: <stream:stream xmlns='jabber:component:accept' stream:xmlns='http://etherx.jabber.org/streams' to='localhost'> I got the following in response from the server: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='3F270909' xmlns='jabber:client' from='localhost'><stream:error>Invalid Namespace</stream:error></stream:stream> Connection to host lost. Any idea what I might be doing wrong? Thanks! -----Original Message----- From: Hemendra Rana Sent: Tuesday, July 29, 2003 4:25 PM To: [EMAIL PROTECTED] Subject: [JDEV] Jabber Component Development Guide I am new to the Jabber world and would like to develop and run a Jabber Component. Is there a Component Development Guide available somewhere? Pointers will be highly appreciated. The one that I found at jabber.org is empty. Thanks in advance! _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev