squishy

Sat, 30 Mar 2013 14:26:05 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 30 Mar 2013 14:26:05 +0000
changeset 100
de5abce983d9
parent 76
aa672fc46be1
child 102
f1166645a56c
child 109
67ff8f55db4a
permissions
-rw-r--r--

squish: Add presence command

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