plugins/mod_presence.lua

changeset 2643
21eb99b06f4d
parent 2593
06995c8bfe80
child 2644
c75c22c316d6
child 2923
b7049746bd29
--- a/plugins/mod_presence.lua	Mon Feb 15 02:51:07 2010 +0500
+++ b/plugins/mod_presence.lua	Mon Feb 15 04:15:37 2010 +0500
@@ -63,6 +63,9 @@
 end
 
 function handle_normal_presence(origin, stanza, core_route_stanza)
+	if full_sessions[origin.full_jid] then -- if user is still connected
+		origin.send(stanza); -- reflect their presence back to them
+	end
 	local roster = origin.roster;
 	local node, host = origin.username, origin.host;
 	local user = bare_sessions[node.."@"..host];

mercurial