Software /
code /
clix
Comparison
squishy @ 107:67ff8f55db4a
Merge with MattJ
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 01 Apr 2013 21:29:59 +0200 |
parent | 102:16cdeb9cd879 |
parent | 100:de5abce983d9 |
child | 122:1dfd28db10bd |
comparison
equal
deleted
inserted
replaced
106:c33848e79bfc | 107:67ff8f55db4a |
---|---|
10 "export"; | 10 "export"; |
11 "vcard"; | 11 "vcard"; |
12 "publish_atom"; | 12 "publish_atom"; |
13 "sendfile"; | 13 "sendfile"; |
14 "archive"; | 14 "archive"; |
15 "presence"; | |
15 } | 16 } |
16 | 17 |
17 for _, cmd in ipairs(commands) do | 18 for _, cmd in ipairs(commands) do |
18 Module("clix."..cmd)("clix/"..cmd..".lua") | 19 Module("clix."..cmd)("clix/"..cmd..".lua") |
19 end | 20 end |