# HG changeset patch # User Matthew Wild # Date 1284056708 -3600 # Node ID 47449a29d8eda4cdf35bf42641e64191deb8a215 # Parent 989cb40f8e6257ddfa902566fe330cb41d729b25 plugins.disco: Store node of disco items diff -r 989cb40f8e62 -r 47449a29d8ed plugins/disco.lua --- 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