Diff

prosody @ 6554:6c22bec3e8d0

statsmanager, prosody: New core module and API for gathering statistics about the running server
author Matthew Wild <mwild1@gmail.com>
date Tue, 20 Jan 2015 12:33:20 +0000
parent 6470:67501b5576d3
child 6808:f076dac78155
line wrap: on
line diff
--- a/prosody	Tue Jan 20 12:31:32 2015 +0000
+++ b/prosody	Tue Jan 20 12:33:20 2015 +0000
@@ -292,6 +292,7 @@
 	require "util.import"
 	require "util.xmppstream"
 	require "core.stanza_router"
+	require "core.statsmanager"
 	require "core.hostmanager"
 	require "core.portmanager"
 	require "core.modulemanager"