description = { ["homepage"] = "https://modules.prosody.im/mod_firewall.html"; ["license"] = "MIT"; ["summary"] = "A rule-based stanza filtering module"; } build = { ["copy_directories"] = { [1] = "scripts"; }; ["modules"] = { ["mod_firewall.conditions"] = "conditions.lib.lua"; ["mod_firewall.definitions"] = "definitions.lib.lua"; ["mod_firewall.marks"] = "marks.lib.lua"; ["mod_firewall.actions"] = "actions.lib.lua"; ["mod_firewall"] = "mod_firewall.lua"; ["mod_firewall.test"] = "test.lib.lua"; }; ["type"] = "builtin"; } package = "mod_firewall" source = { ["dir"] = "Community-Modules-03e46a11eac6/mod_firewall"; ["file"] = "prosody-modules-03e46a11eac6.tar.gz"; ["url"] = "https://hg.prosody.im/prosody-modules/archive/03e46a11eac6.tar.gz/mod_firewall"; } version = "267-1"