squishy

Tue, 09 Jul 2013 14:27:41 +0200

author
Kim Alvefur <zash@zash.se>
date
Tue, 09 Jul 2013 14:27:41 +0200
changeset 117
c6b5d2039f25
parent 109
67ff8f55db4a
child 122
1dfd28db10bd
permissions
-rw-r--r--

clix.archive: Show number of items if available

local commands = {
	"send";
	"receive";
	"version";
	"ping";
	"bounce";
	"mirror";
	"raw";
	"roster";
	"export";
	"vcard";
	"publish_atom";
	"sendfile";
	"archive";
	"presence";
}

for _, cmd in ipairs(commands) do
	Module("clix."..cmd)("clix/"..cmd..".lua")
end

if GetOption "with-verse" then
	Module("verse")(GetOption "with-verse");
end

Main "clix.lua"

Option "executable"
Output "clix.bin"

mercurial