Comparison

util/dataforms.lua @ 490:6b2f31da9610

Update for new Prosody module namespace
author Kim Alvefur <zash@zash.se>
date Sat, 20 May 2023 20:48:03 +0200
parent 442:b2ae91f4fec9
comparison
equal deleted inserted replaced
489:39ed19f12dca 490:6b2f31da9610
10 local ipairs = ipairs; 10 local ipairs = ipairs;
11 local type, next = type, next; 11 local type, next = type, next;
12 local tonumber = tonumber; 12 local tonumber = tonumber;
13 local tostring = tostring; 13 local tostring = tostring;
14 local t_concat = table.concat; 14 local t_concat = table.concat;
15 local st = require "util.stanza"; 15 local st = require "prosody.util.stanza";
16 local jid_prep = require "util.jid".prep; 16 local jid_prep = require "prosody.util.jid".prep;
17 17
18 local _ENV = nil; 18 local _ENV = nil;
19 -- luacheck: std none 19 -- luacheck: std none
20 20
21 local xmlns_forms = 'jabber:x:data'; 21 local xmlns_forms = 'jabber:x:data';