Software /
code /
clix
File
squishy @ 169:4e67d34c1298
clix: Remove Tigase COMPAT
The bufferlen method is specific to server_select, so this breaks on
server_epoll
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 24 Jun 2023 09:49:03 +0200 |
parent | 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"; "moderate"; } 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"