changeset 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 070faeaf51bc
children 9f0c10bd4633
files mod_muc_occupant_id/mod_muc_occupant_id.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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);