# HG changeset patch # User Matthew Wild # Date 1281110953 -3600 # Node ID aa0b78053cecce47a6dd5216f646373d0cef7310 # Parent 1752a9097e6baf5c06001deb40c7f3211e535243 squishy: Add --with-bosh option to squish with verse.bosh and necessarylibraries diff -r 1752a9097e6b -r aa0b78053cec squishy --- 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