Software /
code /
verse
Changeset
90:aa0b78053cec
squishy: Add --with-bosh option to squish with verse.bosh and necessarylibraries
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 06 Aug 2010 17:09:13 +0100 |
parents | 89:1752a9097e6b |
children | 91:59d7141827be |
files | squishy |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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