commit: 66e9fc6329efbfc92b7309f73f6499c9c84127fe Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Dec 26 23:52:17 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Dec 26 23:52:17 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=66e9fc63
profiles: Drop removed prosody module from desc profiles/desc/prosody_modules.desc | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc index 8248482..9b061fc 100644 --- a/profiles/desc/prosody_modules.desc +++ b/profiles/desc/prosody_modules.desc @@ -141,7 +141,6 @@ proxy65_whitelist - Limit which file transfer users can use. pubsub_eventsource - Server-Sent Events is a simple HTTP/line-based protocol supported in HTML5, making it easy to receive a stream of "events" in realtime using the Javascript EventSource API. pubsub_feeds - This module allows Prosody to fetch Atom and RSS feeds for you, and push new results to subscribers over XMPP. pubsub_github - This module accepts Github web hooks and publishes them to a local pubsub component for XMPP clients to subscribe to. -pubsub_googlecode - Module to receive post-commit webhook requests from Google Code Hosting. pubsub_hub - This module implements a PubSubHubbub (PuSH) hub, allowing PuSH clients to subscribe to local XMPP Publish-Subscribe XEP-0060 nodes stored by prosody_modules_pubsub. pubsub_mqtt - MQTT is a lightweight binary pubsub protocol suited to embedded devices. This module provides a way for MQTT clients to connect to Prosody and publish or subscribe to local pubsub nodes. pubsub_pivotaltracker - Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node.
