package = "mod_ignore_host_chatstates" description = { ["homepage"] = "https://modules.prosody.im/mod_ignore_host_chatstates.html"; ["summary"] = "Discard chat state messages sent to a bare host\n\nPrevents annoying error replies to be sent in reply to such empty chat\nstate messages. Useful in combination with modules that handle messages\nto a host."; ["license"] = "MIT"; } version = "3-1" build = { ["type"] = "builtin"; ["modules"] = { ["mod_ignore_host_chatstates"] = "mod_ignore_host_chatstates.lua"; }; } source = { ["dir"] = "Community-Modules-fe081789f7b5/mod_ignore_host_chatstates"; ["file"] = "prosody-modules-fe081789f7b5.tar.gz"; ["url"] = "https://hg.prosody.im/prosody-modules/archive/fe081789f7b5.tar.gz/mod_ignore_host_chatstates"; }