squishy

Sun, 15 Nov 2020 15:05:24 +0100

author
Kim Alvefur <zash@zash.se>
date
Sun, 15 Nov 2020 15:05:24 +0100
changeset 139
6909e479c56b
parent 122
1dfd28db10bd
child 157
aa0f11fb166c
permissions
-rw-r--r--

clix.watch_pep: Subscribe to a PEP node

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

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