Software /
code /
prosody-modules
Diff
mod_candy/mod_candy.lua @ 1864:991a5f74f848
mod_candy: Update to work with a stable release instead of git (which no longer works)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 19 Sep 2015 16:51:16 +0200 |
parent | 1384:f67eacb1ac9f |
child | 2440:7814a5c7fee8 |
line wrap: on
line diff
--- a/mod_candy/mod_candy.lua Fri Sep 18 15:27:53 2015 +0200 +++ b/mod_candy/mod_candy.lua Sat Sep 19 16:51:16 2015 +0200 @@ -1,8 +1,5 @@ -- mod_candy.lua -- Copyright (C) 2013 Kim Alvefur --- --- Run this in www_files --- curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1 local json_encode = require"util.json".encode;