# HG changeset patch # User Marco Cirillo # Date 1316558523 0 # Node ID b6abe463b4fcbbd06b0d6a70dc55d757ce3b4452 # Parent ac4a6cc5776c67f4240f94f657af97aa62232280 mod_stanza_counter: "*" doesn't handle stanzas. diff -r ac4a6cc5776c -r b6abe463b4fc mod_stanza_counter/mod_stanza_counter.lua --- 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