squishy

Sun, 10 Feb 2013 14:09:20 +0100

author
"Georg Lukas <georg@op-co.de>"
date
Sun, 10 Feb 2013 14:09:20 +0100
changeset 104
16cdeb9cd879
parent 76
aa672fc46be1
child 109
67ff8f55db4a
permissions
-rw-r--r--

Add clix module to send XMPP pings to JIDs

Signed-off-by: Georg Lukas <georg@op-co.de>

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

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