Diff

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
line wrap: on
line diff
--- a/util/vcard.lua	Tue May 23 19:46:52 2023 +0200
+++ b/util/vcard.lua	Sat May 20 20:48:03 2023 +0200
@@ -7,7 +7,7 @@
 -- TODO
 -- Fix folding.
 
-local st = require "util.stanza";
+local st = require "prosody.util.stanza";
 local t_insert, t_concat = table.insert, table.concat;
 local type = type;
 local next, pairs, ipairs = next, pairs, ipairs;