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 | a88d04d1c41f710bac967ddeb5558263ab73da53 (patch) | |
tree | ab05acc5ccaf806a97b9674e954b9047d6374f04 /prosody | |
parent | 4554389fc92b39024a811315776a4a272dac115b (diff) | |
download | prosody-a88d04d1c41f710bac967ddeb5558263ab73da53.tar.gz prosody-a88d04d1c41f710bac967ddeb5558263ab73da53.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" |