Software /
code /
verse
Diff
plugins/jingle_ft.lua @ 143:641c0a1bb330
plugins.jingle_ft: Change content 'name' field to 'type' to avoid confusion with the 'name' attribute of the <content> tag in Jingle
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Sep 2010 16:40:07 +0100 |
parent | 139:ccb8ecde8b09 |
child | 250:a5ac643a7fd6 |
line wrap: on
line diff
--- 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