Subject: NullReferenceException connecting to binaryfreedom.info
I'm getting a NullReferenceException while authenticating to jabber.binaryfreedom.info (a free jabber server). I tried another server and it worked ok. I don't know if this is a server or a client issue, but in any case I don't think a NullReferenceException is right...
Full stack trace:
Thanks
Full stack trace:
System.NullReferenceException: Object reference not set to an instance of an object.
at agsXMPP.sasl.DigestMD5.Step2.SupportsAuth(String qop)
at agsXMPP.sasl.DigestMD5.Step2..ctor(Step1 step1, String username, String password, String server)
at agsXMPP.sasl.DigestMD5.DigestMD5Mechanism.Parse(Node e)
at agsXMPP.sasl.SaslHandler.OnStreamElement(Object sender, Node e)
at agsXMPP.Xml.StreamHandler.Invoke(Object sender, Node e)
at agsXMPP.Xml.StreamParser.DoRaiseOnStreamElement(Element el)
at agsXMPP.sasl.DigestMD5.Step2.SupportsAuth(String qop)
at agsXMPP.sasl.DigestMD5.Step2..ctor(Step1 step1, String username, String password, String server)
at agsXMPP.sasl.DigestMD5.DigestMD5Mechanism.Parse(Node e)
at agsXMPP.sasl.SaslHandler.OnStreamElement(Object sender, Node e)
at agsXMPP.Xml.StreamHandler.Invoke(Object sender, Node e)
at agsXMPP.Xml.StreamParser.DoRaiseOnStreamElement(Element el)
Thanks