Diff

squishy @ 157:7c47e5639c00

squishy: Add util.httpstream. Now also squishes bosh by default
author Matthew Wild <mwild1@gmail.com>
date Sat, 27 Nov 2010 18:48:41 +0000
parent 156:ab0f0326b2b4
child 158:068176069dfa
line wrap: on
line diff
--- a/squishy	Sat Nov 20 16:33:34 2010 +0000
+++ b/squishy	Sat Nov 27 18:48:41 2010 +0000
@@ -43,13 +43,12 @@
 Module "verse.plugins.adhoc"       "plugins/adhoc.lua"
 Module "verse.plugins.private"     "plugins/private.lua"
 
-if GetOption "bosh" ~= false then
-	Module "net.httpclient_listener" "net/httpclient_listener.lua"
-	Module "net.connlisteners" "net/connlisteners.lua"
-	Module "net.http" "net/http.lua"
+Module "net.httpclient_listener" "net/httpclient_listener.lua"
+Module "net.connlisteners" "net/connlisteners.lua"
+Module "util.httpstream" "util/httpstream.lua"
+Module "net.http" "net/http.lua"
 
-	Module "verse.bosh" "bosh.lua"
-end
+Module "verse.bosh" "bosh.lua"
 
 if GetOption "internal-bit-module" then
 	Module "bit" "libs/bit.lua"