public void loginFailed(object o, agsXMPP.Xml.Dom.Element el) { IsActive = false; Logger.LogErrorMessage("Xmpp Login failed. Please check your details."); }
static void Xmpp_OnAuthError(object sender, agsXMPP.Xml.Dom.Element e) { Trace.WriteLine("[Bot]AuthError:" + e); }
//验证出错处理 void objXmpp_OnAuthError(object sender, agsXMPP.Xml.Dom.Element e) { G_Status("Error", "【登陆失败】"); }