package = "mod_service_outage_status" version = "2-1" source = { ["dir"] = "Community-Modules-fe081789f7b5/mod_service_outage_status"; ["url"] = "https://hg.prosody.im/prosody-modules/archive/fe081789f7b5.tar.gz/mod_service_outage_status"; ["file"] = "prosody-modules-fe081789f7b5.tar.gz"; } build = { ["type"] = "builtin"; ["modules"] = { ["mod_service_outage_status"] = "mod_service_outage_status.lua"; }; } description = { ["summary"] = "XEP-0455: Service Outage Status\n\nOnly the out of band part so far.\n\nThe in-band pubsub part would need '+notify' support in mod_pubsub,\nsince mod_pep does not serve the bare-host-JID.\n\nAll the hard parts of this XEP is elsewhere, i.e. hosting the document\nsomewhere reliable."; ["license"] = "MIT"; ["homepage"] = "https://modules.prosody.im/mod_service_outage_status.html"; }