# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1284738007 -3600
# Node ID 641c0a1bb330c57fda44528580c45257346e8f58
# Parent  ea753bc81a3328ba24a73b1bac03f7e07372f67d
plugins.jingle_ft: Change content 'name' field to 'type' to avoid confusion with the 'name' attribute of the <content> tag in Jingle

diff -r ea753bc81a33 -r 641c0a1bb330 plugins/jingle_ft.lua
--- a/plugins/jingle_ft.lua	Wed Sep 15 16:52:18 2010 +0100
+++ b/plugins/jingle_ft.lua	Fri Sep 17 16:40:07 2010 +0100
@@ -10,7 +10,7 @@
 		stream:add_disco_feature(xmlns_jingle_ft);
 	end, 10);
 	
-	local ft_content = { name = "file" };
+	local ft_content = { type = "file" };
 	
 	function ft_content:generate_accept(description, options)
 		if options and options.save_file then