Software /
code /
verse
Comparison
squishy @ 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 |
parent | 80:336864e83991 |
child | 92:dcccef33f0eb |
comparison
equal
deleted
inserted
replaced
89:1752a9097e6b | 90:aa0b78053cec |
---|---|
26 Module "verse.plugins.ping" "plugins/ping.lua" | 26 Module "verse.plugins.ping" "plugins/ping.lua" |
27 Module "verse.plugins.session" "plugins/session.lua" | 27 Module "verse.plugins.session" "plugins/session.lua" |
28 Module "verse.plugins.compression" "plugins/compression.lua" | 28 Module "verse.plugins.compression" "plugins/compression.lua" |
29 Module "verse.plugins.blocking" "plugins/blocking.lua" | 29 Module "verse.plugins.blocking" "plugins/blocking.lua" |
30 | 30 |
31 if GetOption "with-bosh" then | |
32 Module "net.httpclient_listener" "net/httpclient_listener.lua" | |
33 Module "net.connlisteners" "net/connlisteners.lua" | |
34 Module "net.http" "net/http.lua" | |
35 | |
36 Module "verse.bosh" "bosh.lua" | |
37 end | |
38 | |
31 Module "verse.client" "client.lua" | 39 Module "verse.client" "client.lua" |
32 | 40 |
33 -- Main verse file | 41 -- Main verse file |
34 Main "init.lua" | 42 Main "init.lua" |