another day, another irritating workaround

Wed, 19 Sep 2007 14:15:36 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Wed, 19 Sep 2007 14:15:36 +0000
changeset 20350
ae3f3561e698
parent 20345
7d5a7a92d0f5
child 20654
33d179936b0b

another day, another irritating workaround

libpurple/protocols/jabber/buddy.c file | annotate | diff | comparison | revisions
--- 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;
 			}
 		}

mercurial