Software /
code /
clix
File
squishy @ 150:af9b9acb10d6
clix.raw: Track and print response to iq stanza given as cli argument
While fire-and-forget is okay for messages and presence, it's kinda
useless for a lot of IQs uses, so this is pretty nice!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 10 Apr 2021 00:13:23 +0200 |
parent | 139:6909e479c56b |
child | 157:aa0f11fb166c |
line wrap: on
line source
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"