# HG changeset patch # User Kim Alvefur # Date 1412512751 -7200 # Node ID 8e9f44ecb95b8ee7cce163e39dc6eb2800e6607e # Parent e969eca5c3161367eeef793ba7f5a6c3559dbf00 squishy: Fetch from latest 0.9 diff -r e969eca5c316 -r 8e9f44ecb95b squishy --- 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"