build = { ["type"] = "builtin"; ["modules"] = { ["mod_pubsub_subscription"] = "mod_pubsub_subscription.lua"; }; } description = { ["summary"] = "New module providing an API for pubsub subscriptions\n\nThis lets other modules hook events from local or remote XEP-0060 pubsub\nservices. API allows keeping track of items added, removed or if the\nwhole node gets cleared or even deleted.\n\nRequested by MattJ."; ["homepage"] = "https://modules.prosody.im/mod_pubsub_subscription.html"; ["license"] = "MIT"; } package = "mod_pubsub_subscription" version = "6-1" source = { ["dir"] = "Community-Modules-1c0e9486ba23/mod_pubsub_subscription"; ["file"] = "prosody-modules-1c0e9486ba23.tar.gz"; ["url"] = "https://hg.prosody.im/prosody-modules/archive/1c0e9486ba23.tar.gz/mod_pubsub_subscription"; }