util.stanza: Set preserialize as freeze metamethod

This commit is contained in:
Kim Alvefur 2018-10-12 00:52:18 +02:00
parent 1ab9729aac
commit e2321c4d37

View file

@ -359,6 +359,8 @@ local function preserialize(stanza)
return s;
end
stanza_mt.__freeze = preserialize;
local function deserialize(stanza)
-- Set metatable
if stanza then