# HG changeset patch # User Matthew Wild # Date 1281226692 -3600 # Node ID dcccef33f0ebedd5b18afe0d02b5df4a0a3aa2fa # Parent 59d7141827be000b08a6f60f095ffe4ace5cb780 squishy: Build in BOSH and HTTP by default, --no-bosh to disable diff -r 59d7141827be -r dcccef33f0eb squishy --- 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"