mod_muc_mam: Add comment about the tricks done with the 'with' field

This commit is contained in:
Kim Alvefur 2019-03-04 12:58:20 +01:00
parent 2c8eecf7c2
commit 09a662026a

View file

@ -341,6 +341,7 @@ local function save_to_history(self, stanza)
-- Policy check
if not archiving_enabled(self) then return end -- Don't log
-- Save the type in the 'with' field, allows storing presence without conflicts
local with = stanza.name
if stanza.attr.type then
with = with .. "<" .. stanza.attr.type