changeset 28784:ebba905f1971

merge of '23403faa17b752c8e88650199945fbd8843f3796' and 'a7ad73861fcd2493b36ea5341495c336c5cfcc33'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 10 Dec 2009 22:10:01 +0000
parents 6921cc1e704b (diff) 531a3571f96d (current diff)
children a16b0cf55f96
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/si.c	Thu Dec 10 21:40:13 2009 +0000
+++ b/libpurple/protocols/jabber/si.c	Thu Dec 10 22:10:01 2009 +0000
@@ -1448,7 +1448,7 @@
 	g_free(xfer->who);
 	xfer->who = who;
 
-	if (jbr && jbr->caps.info) {
+	if (jbr && jabber_resource_know_capabilities(jbr)) {
 		char *msg;
 
 		if (jabber_resource_has_capability(jbr, NS_IBB))