Software /
code /
prosody
Diff
plugins/muc/muc.lib.lua @ 7686:8d6f367bed8c
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Oct 2016 16:52:18 +0200 |
parent | 7669:b332db1baf0b |
parent | 7684:65ba769d9f05 |
child | 7705:0a29a5e64f1d |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Sat Oct 01 23:20:58 2016 +0200 +++ b/plugins/muc/muc.lib.lua Fri Oct 07 16:52:18 2016 +0200 @@ -812,6 +812,7 @@ x:up(); self:clear(x); module:fire_event("muc-room-destroyed", { room = self }); + return true; end function room_mt:handle_disco_info_get_query(origin, stanza)