From 2dc6f58f0dee1a2e5eaaeecf1637a883225e0cd7 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 24 Aug 2018 20:36:06 +0200 Subject: mod_private, mod_vcard: Use the usual comment on non-get received iqs. --- plugins/mod_private.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_private.lua') diff --git a/plugins/mod_private.lua b/plugins/mod_private.lua index 9375cf80..6046d490 100644 --- a/plugins/mod_private.lua +++ b/plugins/mod_private.lua @@ -32,7 +32,7 @@ module:hook("iq/self/jabber:iq:private:query", function(event) origin.send(st.reply(stanza):add_child(query)); end return true; - else -- type == set + else -- stanza.attr.type == "set" local data; if #tag ~= 0 then data = st.preserialize(tag); -- cgit v1.2.3