aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2014-05-29 13:27:41 -0400
committerdaurnimator <quae@daurnimator.com>2014-05-29 13:27:41 -0400
commit0c26e52848bb6c5509f8507b4e6933c4f3051125 (patch)
tree24482092187270fa7d43874d0aa76dc8debdf114 /plugins/muc
parent9e8f0a984c05647db2346160d1cf62139560fefc (diff)
downloadprosody-0c26e52848bb6c5509f8507b4e6933c4f3051125.tar.gz
prosody-0c26e52848bb6c5509f8507b4e6933c4f3051125.zip
plugins/muc/muc.lib: Fire event for presence broadcast
Diffstat (limited to 'plugins/muc')
-rw-r--r--plugins/muc/muc.lib.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/muc/muc.lib.lua b/plugins/muc/muc.lib.lua
index 0b361763..1fc922d4 100644
--- a/plugins/muc/muc.lib.lua
+++ b/plugins/muc/muc.lib.lua
@@ -207,6 +207,9 @@ function room_mt:publicise_occupant_status(occupant, base_x, nick, actor, reason
return get_base_presence(occupant):add_child(x), x;
end
local full_p, full_x = get_presence(false);
+
+ module:fire_event("muc-broadcast-presence", {room = self; stanza = full_p; x = full_x;});
+
local anon_p, anon_x;
local function get_anon_p()
if anon_p == nil then