Diff

plugins/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 395:e86144a4eaa1
child 497:eb86e3751978
line wrap: on
line diff
--- a/plugins/vcard.lua	Tue May 23 19:46:52 2023 +0200
+++ b/plugins/vcard.lua	Sat May 20 20:48:03 2023 +0200
@@ -1,5 +1,5 @@
 local verse = require "verse";
-local vcard = require "util.vcard";
+local vcard = require "prosody.util.vcard";
 
 local xmlns_vcard = "vcard-temp";