Diff

squishy @ 64:582afbb2b23d

clix.vcard, squishy: Add plugin that fetches and converts peoples vCards to the text format.
author Kim Alvefur <zash@zash.se>
date Sun, 14 Aug 2011 21:30:08 +0200
parent 51:e6a408eaa825
child 73:1032eddcf35b
line wrap: on
line diff
--- a/squishy	Sun Aug 14 21:27:41 2011 +0200
+++ b/squishy	Sun Aug 14 21:30:08 2011 +0200
@@ -6,6 +6,7 @@
 Module "clix.raw" "clix/raw.lua"
 Module "clix.roster" "clix/roster.lua"
 Module "clix.export" "clix/export.lua"
+Module "clix.vcard" "clix/vcard.lua"
 
 if GetOption "with-verse" then
 	Module("verse")(GetOption "with-verse");