plugins/mod_muc.lua

changeset 965
8bc06338aac3
parent 937
40ccaacb2000
child 1042
a3d77353c18a
child 1059
aed462ef09d8
--- a/plugins/mod_muc.lua	Wed Apr 08 20:12:40 2009 +0100
+++ b/plugins/mod_muc.lua	Wed Apr 08 20:19:09 2009 +0100
@@ -259,7 +259,7 @@
 					end
 				else -- possible rejoin
 					log("debug", "%s had connection replaced", current_nick);
-					handle_to_occupant(origin, st.presence({type='unavailable', from=from, to=to}):tag('status'):text('Replaced by new connection')); -- send unavailable
+					handle_to_occupant(origin, st.presence({type='unavailable', from=from, to=to}):tag('status'):text('Replaced by new connection'):up()); -- send unavailable
 					handle_to_occupant(origin, stanza); -- resend available
 				end
 			else -- enter room

mercurial