I am in a process of writing a server component in JAVA. I am using JabberBeans package to connect to the server. When I receive the XML packet in my server component, I get InfoQuery object. I would like to know how do I get the Extension information of this IQ packet? <iq to="myserver.server" from="jumbo@server/Work" id="browser_JCOM_18" type="get"> <query xmlns="jabber:iq:browse"></query> </iq> I could get the extension <query xmlns="jabber:iq:browse"></query> from IQ packet. How do I get the cmlns from <query></query>???
Thanks in Advance. Regards -Harish __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
