From 6cdc43292e4d549fc2ebe0a2275e4101891823f3 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 16 Feb 2018 08:16:38 +0100 Subject: util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions --- util/stanza.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/stanza.lua') diff --git a/util/stanza.lua b/util/stanza.lua index 8dcbe1d2..42b6abc3 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -38,7 +38,7 @@ local xmlns_stanzas = "urn:ietf:params:xml:ns:xmpp-stanzas"; local _ENV = nil; -local stanza_mt = { __type = "stanza" }; +local stanza_mt = { __name = "stanza" }; stanza_mt.__index = stanza_mt; local function new_stanza(name, attr, namespaces) -- cgit v1.2.3