Call IQ callback function when receiving an IQ error packet
authorMikael Berthe <mikael@lilotux.net>
Thu, 09 Feb 2006 23:16:46 +0100
changeset 688 bdc1184f6877
parent 687 426145046b93
child 689 281aab5aef50
Call IQ callback function when receiving an IQ error packet
mcabber/src/jab_iq.c
--- a/mcabber/src/jab_iq.c	Tue Feb 07 21:14:47 2006 +0100
+++ b/mcabber/src/jab_iq.c	Thu Feb 09 23:16:46 2006 +0100
@@ -472,6 +472,7 @@
     xmlnode x = xmlnode_get_tag(xmldata, TMSG_ERROR);
     if (x)
       display_server_error(x);
+    iqs_callback(xmlnode_get_attrib(xmldata, "id"), NULL);
   }
 }