Software /
code /
clix
File
squishy @ 130:11d526d74460
clix.publish_atom: Default to XEP-0277 node, require --title or --content
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 25 Aug 2018 00:19:51 +0200 |
parent | 122:1dfd28db10bd |
child | 139:6909e479c56b |
line wrap: on
line source
local commands = { "send"; "sendfilecontent"; "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"