Tue, 24 Aug 2004 05:16:35 +0000
[gaim-migrate @ 10725]
*sigh*
| src/protocols/jabber/presence.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/jabber/presence.c Tue Aug 24 04:12:28 2004 +0000 +++ b/src/protocols/jabber/presence.c Tue Aug 24 05:16:35 2004 +0000 @@ -274,6 +274,7 @@ } else if(!strcmp(y->name, "x")) { const char *xmlns = xmlnode_get_attrib(y, "xmlns"); if(xmlns && !strcmp(xmlns, "jabber:x:delay")) { + /* XXX: compare the time. jabber:x:delay can happen on presence packets that aren't really and truly delayed */ delayed = TRUE; } else if(xmlns && !strcmp(xmlns, "http://jabber.org/protocol/muc#user")) { xmlnode *z;