Software /
code /
verse
Changeset
367:8e9f44ecb95b
squishy: Fetch from latest 0.9
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 Oct 2014 14:39:11 +0200 |
parents | 366:e969eca5c316 |
children | 368:154c2f04d73b |
files | squishy |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/squishy Sun Oct 05 14:37:56 2014 +0200 +++ b/squishy Sun Oct 05 14:39:11 2014 +0200 @@ -10,7 +10,7 @@ Module "util.rsm" "rsm.lib.lua" -- Prosody libraries if not GetOption("prosody") then - AutoFetchURL "http://hg.prosody.im/0.9/raw-file/381e0b874e6d/?" + AutoFetchURL "http://hg.prosody.im/0.9/raw-file/tip/?" else AutoFetchURL(GetOption("prosody").."/?") end @@ -67,9 +67,8 @@ Module("verse.plugins."..plugin)("plugins/"..plugin..".lua") end -Module "net.httpclient_listener" "net/httpclient_listener.lua" -Module "net.connlisteners" "net/connlisteners.lua" -Module "util.httpstream" "util/httpstream.lua" +Module "util.http" "util/http.lua" +Module "net.http.parser" "net/http/parser.lua" Module "net.http" "net/http.lua" Module "verse.bosh" "bosh.lua"