plugins.disco: Store node of disco items

Thu, 09 Sep 2010 19:25:08 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 09 Sep 2010 19:25:08 +0100
changeset 120
47449a29d8ed
parent 119
989cb40f8e62
child 121
9b31ac5a37ea

plugins.disco: Store node of disco items

plugins/disco.lua file | annotate | diff | comparison | revisions
--- a/plugins/disco.lua	Thu Sep 09 19:11:27 2010 +0100
+++ b/plugins/disco.lua	Thu Sep 09 19:25:08 2010 +0100
@@ -226,6 +226,7 @@
 					table.insert(disco_items, {
 						name = tag.attr.name;
 						jid = tag.attr.jid;
+						node = tag.attr.node;
 					});
 				end
 			end

mercurial