aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-01-20 12:33:20 +0000
committerMatthew Wild <mwild1@gmail.com>2015-01-20 12:33:20 +0000
commit1714d99f76f508234087c8a2cfc35667b1c38953 (patch)
treeab05acc5ccaf806a97b9674e954b9047d6374f04 /prosody
parent235cfafd8698099c61e1a0296ec078e9288894e0 (diff)
downloadprosody-1714d99f76f508234087c8a2cfc35667b1c38953.tar.gz
prosody-1714d99f76f508234087c8a2cfc35667b1c38953.zip
statsmanager, prosody: New core module and API for gathering statistics about the running server
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody b/prosody
index e8f81d5d..e6a23d8e 100755
--- a/prosody
+++ b/prosody
@@ -292,6 +292,7 @@ function load_secondary_libraries()
require "util.import"
require "util.xmppstream"
require "core.stanza_router"
+ require "core.statsmanager"
require "core.hostmanager"
require "core.portmanager"
require "core.modulemanager"