squishy

changeset 92
dcccef33f0eb
parent 90
aa0b78053cec
child 106
7d293830f4a4
--- a/squishy	Sun Aug 08 01:17:39 2010 +0100
+++ b/squishy	Sun Aug 08 01:18:12 2010 +0100
@@ -28,7 +28,7 @@
 Module "verse.plugins.compression" "plugins/compression.lua"
 Module "verse.plugins.blocking"    "plugins/blocking.lua"
 
-if GetOption "with-bosh" then
+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"

mercurial