squishy

Wed, 20 Aug 2014 12:05:46 +0200

author
Marc Fauser
date
Wed, 20 Aug 2014 12:05:46 +0200
changeset 102
f1166645a56c
parent 100
de5abce983d9
child 122
1dfd28db10bd
permissions
-rw-r--r--

new sendfilecontent plugin
- todo: add full or relative path possibility. not only current path

local commands = {
	"send";
	"sendfilecontent";
	"receive";
	"version";
	"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