--- a/plugins/jabber/jabber.c Thu Apr 05 00:59:38 2001 +0000 +++ b/plugins/jabber/jabber.c Thu Apr 05 01:04:10 2001 +0000 @@ -800,6 +800,7 @@ debug_printf("jpacket_subtype: %d\n", jpacket_subtype(p)); if (jpacket_subtype(p) == JPACKET__SET) { + } else if (jpacket_subtype(p) == JPACKET__GET) { } else if (jpacket_subtype(p) == JPACKET__RESULT) { xmlnode querynode; char *xmlns, *from;