From a88d04d1c41f710bac967ddeb5558263ab73da53 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 20 Jan 2015 12:33:20 +0000 Subject: statsmanager, prosody: New core module and API for gathering statistics about the running server --- prosody | 1 + 1 file changed, 1 insertion(+) (limited to 'prosody') 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" -- cgit v1.2.3