squishy: Build in BOSH and HTTP by default, --no-bosh to disable

Sun, 08 Aug 2010 01:18:12 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 08 Aug 2010 01:18:12 +0100
changeset 92
dcccef33f0eb
parent 91
59d7141827be
child 93
2442e751f3cb

squishy: Build in BOSH and HTTP by default, --no-bosh to disable

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