Okay, a little progress update on the component library for perl for jabber2. It can now successfully authenticate using SASL and such. I re-initiate the stream and the server returns this:
<stream:features xmlns:stream='http://etherx.jabber.org/streams'/> Which most likely explains why when I try to bind to a domain, the server debug output shows this: ROUT: sx (io.c:189) decoded read data (33 bytes): <bind name='logger'><log/></bind> ROUT: sx (io.c:65) completed nad: <bind name='logger'><log/></bind> ROUT: sx (chain.c:119) calling nad read chain ROUT: sx (io.c:108) tag 12 event 6 data 0x80c1600 ROUT: Mon Feb 16 16:22:39 2004 router.c:736 invalid packet namespace, dropping ROUT: Mon Feb 16 16:22:42 2004 router.c:831 read action on fd 12 Since binding doesn't show up as a feature and all... If anyone can shed any light on this problem, it would be very much appreciated. Thanks, -- /* * Bob Phan <[EMAIL PROTECTED]> * Code Master General * Deviant Technologies Incorporated * (203)458-2312 * * http://www.devianttechnologies.com/ */ _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
