net.dns: Remove elements from the cache when expired so as to not leave holes in...
[prosody.git] / plugins / mod_selftests.lua
index c439929992c1c9e555c33207241f3b7fcb55db43..1f41363445089d670ec03995812c3d6b813c5e11 100644 (file)
@@ -6,7 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-
+module.host = "*" -- Global module
 
 local st = require "util.stanza";
 local register_component = require "core.componentmanager".register_component;