Mercurial > pidgin.yaz
changeset 1684:89c19002e73d
[gaim-migrate @ 1694]
stop getting booted by gabber people
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 05 Apr 2001 01:04:10 +0000 |
parents | 394a3a344273 |
children | e8e190793fe3 |
files | plugins/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;