Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
Date: Sat, 26 Dec 2015 23:52:36
Message-Id: 1451173937.66e9fc6329efbfc92b7309f73f6499c9c84127fe.mrueg@gentoo
1 commit: 66e9fc6329efbfc92b7309f73f6499c9c84127fe
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 23:52:17 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 23:52:17 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=66e9fc63
7
8 profiles: Drop removed prosody module from desc
9
10 profiles/desc/prosody_modules.desc | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
14 index 8248482..9b061fc 100644
15 --- a/profiles/desc/prosody_modules.desc
16 +++ b/profiles/desc/prosody_modules.desc
17 @@ -141,7 +141,6 @@ proxy65_whitelist - Limit which file transfer users can use.
18 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.
19 pubsub_feeds - This module allows Prosody to fetch Atom and RSS feeds for you, and push new results to subscribers over XMPP.
20 pubsub_github - This module accepts Github web hooks and publishes them to a local pubsub component for XMPP clients to subscribe to.
21 -pubsub_googlecode - Module to receive post-commit webhook requests from Google Code Hosting.
22 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.
23 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.
24 pubsub_pivotaltracker - Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node.