void clientConnection_OnIq(object sender, agsXMPP.protocol.client.IQ iq) { if (iq.Type == IqType.error) { //TODO: Notify of error here } }