Software /
code /
verse
Comparison
squishy @ 157:7c47e5639c00
squishy: Add util.httpstream. Now also squishes bosh by default
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 27 Nov 2010 18:48:41 +0000 |
parent | 156:ab0f0326b2b4 |
child | 158:068176069dfa |
comparison
equal
deleted
inserted
replaced
156:ab0f0326b2b4 | 157:7c47e5639c00 |
---|---|
41 Module "verse.plugins.disco" "plugins/disco.lua" | 41 Module "verse.plugins.disco" "plugins/disco.lua" |
42 Module "verse.plugins.pep" "plugins/pep.lua" | 42 Module "verse.plugins.pep" "plugins/pep.lua" |
43 Module "verse.plugins.adhoc" "plugins/adhoc.lua" | 43 Module "verse.plugins.adhoc" "plugins/adhoc.lua" |
44 Module "verse.plugins.private" "plugins/private.lua" | 44 Module "verse.plugins.private" "plugins/private.lua" |
45 | 45 |
46 if GetOption "bosh" ~= false then | 46 Module "net.httpclient_listener" "net/httpclient_listener.lua" |
47 Module "net.httpclient_listener" "net/httpclient_listener.lua" | 47 Module "net.connlisteners" "net/connlisteners.lua" |
48 Module "net.connlisteners" "net/connlisteners.lua" | 48 Module "util.httpstream" "util/httpstream.lua" |
49 Module "net.http" "net/http.lua" | 49 Module "net.http" "net/http.lua" |
50 | 50 |
51 Module "verse.bosh" "bosh.lua" | 51 Module "verse.bosh" "bosh.lua" |
52 end | |
53 | 52 |
54 if GetOption "internal-bit-module" then | 53 if GetOption "internal-bit-module" then |
55 Module "bit" "libs/bit.lua" | 54 Module "bit" "libs/bit.lua" |
56 end | 55 end |
57 | 56 |