Beispiel #1
0
 void m_Xmpp_OnIq(object sender, XMPPProtocol.Protocol.client.IQ iq)
 {
     //throw new NotImplementedException();
 }
Beispiel #2
0
 void m_Xmpp_OnAuthError(object sender, XMPPProtocol.Xml.Dom.Element e)
 {
     XMPPProtocol.Protocol.client.IQ iq = (XMPPProtocol.Protocol.client.IQ)e;
     MessageBox.Show(iq.Error.Message, "登录失败", MessageBoxButtons.OK, MessageBoxIcon.Error);
     JSCall("OnAuthError");
 }