Mercurial > pidgin.yaz
changeset 20092:ab3c87375b17
another day, another irritating workaround
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Wed, 19 Sep 2007 14:15:36 +0000 |
parents | 2ab6b55ffa3d |
children | a37166aa49ca |
files | libpurple/protocols/jabber/buddy.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c Sun Sep 16 18:59:11 2007 +0000 +++ b/libpurple/protocols/jabber/buddy.c Wed Sep 19 14:15:36 2007 +0000 @@ -1656,8 +1656,10 @@ if(!strcmp(ns, "jabber:iq:last")) { if(!strcmp(jbr->client.name, "Trillian")) { - if(!strcmp(jbr->client.version, "3.1.0.121")) { - /* verified by nwalp 2007/05/09 */ + /* verified by nwalp 2007/05/09 */ + if(!strcmp(jbr->client.version, "3.1.0.121") || + /* verified by nwalp 2007/09/19 */ + !strcmp(jbr->client.version, "3.1.7.0")) { return TRUE; } }