changeset 435:b6abe463b4fc

mod_stanza_counter: "*" doesn't handle stanzas.
author Marco Cirillo <maranda@lightwitch.org>
date Tue, 20 Sep 2011 22:42:03 +0000
parents ac4a6cc5776c
children e4a1f0425380
files mod_stanza_counter/mod_stanza_counter.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_stanza_counter/mod_stanza_counter.lua	Tue Sep 20 22:05:14 2011 +0000
+++ b/mod_stanza_counter/mod_stanza_counter.lua	Tue Sep 20 22:42:03 2011 +0000
@@ -4,8 +4,6 @@
 local jid_bare = require "util.jid".bare
 local httpserver = require "net.httpserver"
 
-module.host = "*" -- Needs to be global for stats web wise.
-
 local ports = module:get_option_array("stanza_counter_ports" or {{ port = 5280 }})
 
 -- http handlers