Hello,Try this :string userName = "jabb...@server.com";JID j = new JID(userName);jClient.Register(j);
Le mardi 21 mai 2013 14:38:31 UTC+2, dileep...@gmail.com a écrit :private void jClient_OnAuthError(object sender, XmlElement rp){string hostName = "jabber.org";// "netspective.com";string userName = "sam...@jabber.org";JID jid = new JID("sample", hostName, null);jClient.Register(jid);}But this ends in the received messageRECV: <stream:error><bad-namespace-prefix xmlns='urn:ietf:params:xml:ns:xmpp-streams'/></stream:error></stream:stream>Let me know what is reason and how it can be resolve.Regards,
Dileep S