Software / code / verse
Changeset
92:dcccef33f0eb
squishy: Build in BOSH and HTTP by default, --no-bosh to disable
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 08 Aug 2010 01:18:12 +0100 |
| parents | 91:59d7141827be |
| children | 93:2442e751f3cb |
| files | squishy |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"