plugins/mod_roster.lua

changeset 114
bed2a8508cf5
parent 110
bb5ac5976a97
child 132
9a4aa57af367
--- a/plugins/mod_roster.lua	Thu Oct 23 00:46:38 2008 +0500
+++ b/plugins/mod_roster.lua	Thu Oct 23 02:11:27 2008 +0500
@@ -26,6 +26,7 @@
 						end
 					end
 					send(session, roster);
+					session.interested = true; -- resource is interested in roster updates
 					return true;
 				elseif stanza.attr.type == "set" then
 					local query = stanza.tags[1];

mercurial