squishy: Fetch from latest 0.9

Sun, 05 Oct 2014 14:39:11 +0200

author
Kim Alvefur <zash@zash.se>
date
Sun, 05 Oct 2014 14:39:11 +0200
changeset 367
8e9f44ecb95b
parent 366
e969eca5c316
child 368
154c2f04d73b

squishy: Fetch from latest 0.9

squishy file | annotate | diff | comparison | revisions
--- 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"

mercurial