plugins/roster.lua

changeset 213
aa3088108021
parent 210
118da85cb3ce
child 217
60db4e738910
--- a/plugins/roster.lua	Tue Aug 16 02:32:36 2011 +0200
+++ b/plugins/roster.lua	Sun Aug 28 23:34:59 2011 +0200
@@ -81,7 +81,7 @@
 				:add_child(item_lua2xml(item)),
 			function (reply)
 				if not callback then return end
-				if result.attr.type == "result" then
+				if reply.attr.type == "result" then
 					callback(true);
 				else
 					type, condition, text = reply:get_error();

mercurial