diff options
author | Waqas Hussain <waqas20@gmail.com> | 2014-05-30 18:31:26 -0400 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2014-05-30 18:31:26 -0400 |
commit | a43f3d9eba68957035cf94711e0a713003d0e095 (patch) | |
tree | 59370adf5df2897187413c389dcbe391223d906e | |
parent | f8321df6533ed9b1cc0e5945b3a3974df4963a4b (diff) | |
parent | d90fa5cc55629417e7fd8eaa90538b1ebfbe377d (diff) | |
download | prosody-a43f3d9eba68957035cf94711e0a713003d0e095.tar.gz prosody-a43f3d9eba68957035cf94711e0a713003d0e095.zip |
Merge with daurnimator
-rw-r--r-- | plugins/muc/muc.lib.lua | 3 |
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 |