Software / code / verse
Comparison
squishy @ 367:8e9f44ecb95b
squishy: Fetch from latest 0.9
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 05 Oct 2014 14:39:11 +0200 |
| parent | 366:e969eca5c316 |
| child | 377:9aa5bce207b2 |
| child | 386:7b68c57ceac2 |
comparison
equal
deleted
inserted
replaced
| 366:e969eca5c316 | 367:8e9f44ecb95b |
|---|---|
| 8 | 8 |
| 9 AutoFetchURL("http://hg.prosody.im/prosody-modules/raw-file/tip/mod_mam/?"); | 9 AutoFetchURL("http://hg.prosody.im/prosody-modules/raw-file/tip/mod_mam/?"); |
| 10 Module "util.rsm" "rsm.lib.lua" | 10 Module "util.rsm" "rsm.lib.lua" |
| 11 -- Prosody libraries | 11 -- Prosody libraries |
| 12 if not GetOption("prosody") then | 12 if not GetOption("prosody") then |
| 13 AutoFetchURL "http://hg.prosody.im/0.9/raw-file/381e0b874e6d/?" | 13 AutoFetchURL "http://hg.prosody.im/0.9/raw-file/tip/?" |
| 14 else | 14 else |
| 15 AutoFetchURL(GetOption("prosody").."/?") | 15 AutoFetchURL(GetOption("prosody").."/?") |
| 16 end | 16 end |
| 17 | 17 |
| 18 Module "util.stanza" "util/stanza.lua" | 18 Module "util.stanza" "util/stanza.lua" |
| 65 | 65 |
| 66 for _, plugin in ipairs(plugins) do | 66 for _, plugin in ipairs(plugins) do |
| 67 Module("verse.plugins."..plugin)("plugins/"..plugin..".lua") | 67 Module("verse.plugins."..plugin)("plugins/"..plugin..".lua") |
| 68 end | 68 end |
| 69 | 69 |
| 70 Module "net.httpclient_listener" "net/httpclient_listener.lua" | 70 Module "util.http" "util/http.lua" |
| 71 Module "net.connlisteners" "net/connlisteners.lua" | 71 Module "net.http.parser" "net/http/parser.lua" |
| 72 Module "util.httpstream" "util/httpstream.lua" | |
| 73 Module "net.http" "net/http.lua" | 72 Module "net.http" "net/http.lua" |
| 74 | 73 |
| 75 Module "verse.bosh" "bosh.lua" | 74 Module "verse.bosh" "bosh.lua" |
| 76 | 75 |
| 77 if GetOption "internal-bit-module" then | 76 if GetOption "internal-bit-module" then |