Comparison

util/vcard.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 317:38562b0b50f2
comparison
equal deleted inserted replaced
489:39ed19f12dca 490:6b2f31da9610
5 -- 5 --
6 6
7 -- TODO 7 -- TODO
8 -- Fix folding. 8 -- Fix folding.
9 9
10 local st = require "util.stanza"; 10 local st = require "prosody.util.stanza";
11 local t_insert, t_concat = table.insert, table.concat; 11 local t_insert, t_concat = table.insert, table.concat;
12 local type = type; 12 local type = type;
13 local next, pairs, ipairs = next, pairs, ipairs; 13 local next, pairs, ipairs = next, pairs, ipairs;
14 14
15 local from_text, to_text, from_xep54, to_xep54; 15 local from_text, to_text, from_xep54, to_xep54;