Software / code / prosody
Changeset
1967:f78a019efeb0
prosody: Require some core/util libraries which core modules depend upon, C modules and other modules which write to _G
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 17 Oct 2009 10:52:25 +0100 |
| parents | 1966:431866ad1262 |
| children | 1968:ed654243eb5d |
| files | prosody |
| diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody Sat Oct 17 10:49:13 2009 +0100 +++ b/prosody Sat Oct 17 10:52:25 2009 +0100 @@ -162,11 +162,16 @@ require "core.sessionmanager" require "core.stanza_router" + require "net.http" + require "util.array" + require "util.datetime" require "util.iterators" require "util.timer" require "util.helpers" + pcall(require, "util.signal") -- Not on Windows + -- Commented to protect us from -- the second kind of people --[[