aboutsummaryrefslogtreecommitdiffstats
path: root/util/vcard.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-05-28 22:09:32 +0200
committerKim Alvefur <zash@zash.se>2014-05-28 22:09:32 +0200
commited9c56bd85bb93b747d123b8ba87e4258ba31080 (patch)
tree694225fe88815663e68508775dd0dd6a91a3bd67 /util/vcard.lua
parent12b7a1141a7a752f71f9bfbae4767fd25f6dd092 (diff)
downloadprosody-ed9c56bd85bb93b747d123b8ba87e4258ba31080.tar.gz
prosody-ed9c56bd85bb93b747d123b8ba87e4258ba31080.zip
util.vcard: Add missing local declaration
Diffstat (limited to 'util/vcard.lua')
-rw-r--r--util/vcard.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/vcard.lua b/util/vcard.lua
index 70c923b8..29a40844 100644
--- a/util/vcard.lua
+++ b/util/vcard.lua
@@ -17,6 +17,7 @@ local from_text, to_text, from_xep54, to_xep54;
local line_sep = "\n";
local vCard_dtd; -- See end of file
+local vCard4_dtd;
local function fold_line()
error "Not implemented" --TODO