diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-01-20 12:33:20 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-01-20 12:33:20 +0000 |
commit | 1714d99f76f508234087c8a2cfc35667b1c38953 (patch) | |
tree | ab05acc5ccaf806a97b9674e954b9047d6374f04 /prosody | |
parent | 235cfafd8698099c61e1a0296ec078e9288894e0 (diff) | |
download | prosody-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-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |