Diff

plugins/mod_muc.lua @ 965:8bc06338aac3

mod_muc: Fix malformed presence stanzas (thanks elmex)
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Apr 2009 20:19:09 +0100
parent 937:40ccaacb2000
child 1042:a3d77353c18a
child 1059:aed462ef09d8
line wrap: on
line diff
--- 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