pidgin: 60a43454: jabber: Ofcourse we should only associat...

malu at pidgin.im malu at pidgin.im
Sun Mar 21 16:00:56 EDT 2010


-----------------------------------------------------------------
Revision: 60a434545c6f61fc0f20206c0d4eb87a9fb8de11
Ancestor: f23de15cf5cab74ad9b1c2ce72676be0e80e7f23
Author: malu at pidgin.im
Date: 2010-03-21T19:59:24
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/60a434545c6f61fc0f20206c0d4eb87a9fb8de11

Modified files:
        libpurple/protocols/jabber/data.c

ChangeLog: 

jabber: Ofcourse we should only associate non-ephemeral BoBs, not the other
way around...

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/data.c	bc27279b80a8328f0a50c322cc082a4432aa3f22
+++ libpurple/protocols/jabber/data.c	969d4a72fed27dbed142448893833f4f98f11a62
@@ -202,7 +202,7 @@ jabber_data_request_cb(JabberStream *js,
 		JabberData *data = jabber_data_create_from_xml(data_element);
 
 		if (data) {
-			if (ephemeral) {
+			if (!ephemeral) {
 				jabber_data_associate_remote(data);
 			}
 			/* TODO: validate hash */


More information about the Commits mailing list