Software /
code /
clix
File
squishy @ 157:aa0f11fb166c
clix.avatar: Publish and fetch XEP-0084 Avatars
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 18 Apr 2021 23:36:18 +0200 |
parent | 139:6909e479c56b |
child | 160:6c1953fbe0fa |
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"; "avatar"; } 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"