plugins/jingle_ft.lua

changeset 143
641c0a1bb330
parent 139
ccb8ecde8b09
child 250
a5ac643a7fd6
--- 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

mercurial