Comparison

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
comparison
equal deleted inserted replaced
156:3369ae4ff520 157:aa0f11fb166c
13 "publish_atom"; 13 "publish_atom";
14 "sendfile"; 14 "sendfile";
15 "archive"; 15 "archive";
16 "presence"; 16 "presence";
17 "watch_pep"; 17 "watch_pep";
18 "avatar";
18 } 19 }
19 20
20 for _, cmd in ipairs(commands) do 21 for _, cmd in ipairs(commands) do
21 Module("clix."..cmd)("clix/"..cmd..".lua") 22 Module("clix."..cmd)("clix/"..cmd..".lua")
22 end 23 end