Mercurial > prosody-modules
diff mod_muc_occupant_id/mod_muc_occupant_id.lua @ 3837:7440cffe30e2
mod_muc_occupant_id: Add TODO about MUC-PMs
author | Maxime “pep” Buquet <pep@bouah.net> |
---|---|
date | Mon, 06 Jan 2020 16:43:15 +0100 |
parents | 5258f0afa8b4 |
children | d14fc974efbc |
line wrap: on
line diff
--- a/mod_muc_occupant_id/mod_muc_occupant_id.lua Sun Jan 05 10:48:23 2020 +0000 +++ b/mod_muc_occupant_id/mod_muc_occupant_id.lua Mon Jan 06 16:43:15 2020 +0100 @@ -46,6 +46,7 @@ event.reply:tag("feature", { var = xmlns_occupant_id }):up(); end); +-- TODO: Handle MUC-PMs module:hook("muc-broadcast-presence", update_occupant); module:hook("muc-occupant-pre-join", update_occupant); module:hook("muc-occupant-groupchat", update_occupant);