Software /
code /
clix
Comparison
squishy @ 74:4b64a556a2cd
squishy: Add publish_atom and sendfile
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 25 Jun 2012 02:37:20 +0200 |
parent | 73:1032eddcf35b |
child | 76:aa672fc46be1 |
comparison
equal
deleted
inserted
replaced
73:1032eddcf35b | 74:4b64a556a2cd |
---|---|
6 "mirror"; | 6 "mirror"; |
7 "raw"; | 7 "raw"; |
8 "roster"; | 8 "roster"; |
9 "export"; | 9 "export"; |
10 "vcard"; | 10 "vcard"; |
11 "publish_atom"; | |
12 "sendfile"; | |
11 } | 13 } |
12 | 14 |
13 for _, cmd in ipairs(commands) do | 15 for _, cmd in ipairs(commands) do |
14 Module("clix."..cmd)("clix/"..cmd..".lua") | 16 Module("clix."..cmd)("clix/"..cmd..".lua") |
15 end | 17 end |