Mercurial > pidgin.yaz
changeset 9847:ab097ff50f5b
[gaim-migrate @ 10725]
*sigh*
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 24 Aug 2004 05:16:35 +0000 |
parents | c28d5b45624e |
children | f462f91edeb2 |
files | src/protocols/jabber/presence.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;