Diff

squishy @ 90:aa0b78053cec

squishy: Add --with-bosh option to squish with verse.bosh and necessarylibraries
author Matthew Wild <mwild1@gmail.com>
date Fri, 06 Aug 2010 17:09:13 +0100
parent 80:336864e83991
child 92:dcccef33f0eb
line wrap: on
line diff
--- a/squishy	Fri Aug 06 17:07:56 2010 +0100
+++ b/squishy	Fri Aug 06 17:09:13 2010 +0100
@@ -28,6 +28,14 @@
 Module "verse.plugins.compression" "plugins/compression.lua"
 Module "verse.plugins.blocking"    "plugins/blocking.lua"
 
+if GetOption "with-bosh" then
+	Module "net.httpclient_listener" "net/httpclient_listener.lua"
+	Module "net.connlisteners" "net/connlisteners.lua"
+	Module "net.http" "net/http.lua"
+
+	Module "verse.bosh" "bosh.lua"
+end
+
 Module "verse.client" "client.lua"
 
 -- Main verse file