From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 60F3B1384B4 for ; Sat, 26 Dec 2015 23:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5149E07DA; Sat, 26 Dec 2015 23:52:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EB92E07DA for ; Sat, 26 Dec 2015 23:52:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01730340564 for ; Sat, 26 Dec 2015 23:52:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEDC4CE8 for ; Sat, 26 Dec 2015 23:52:28 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1451173937.66e9fc6329efbfc92b7309f73f6499c9c84127fe.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: profiles/desc/ X-VCS-Repository: dev/mrueg X-VCS-Files: profiles/desc/prosody_modules.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 66e9fc6329efbfc92b7309f73f6499c9c84127fe X-VCS-Branch: master Date: Sat, 26 Dec 2015 23:52:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8cffeb60-de55-4238-82d9-3a66ca85885e X-Archives-Hash: 5a356d08d5fb8ef716ae984127f7ca3b commit: 66e9fc6329efbfc92b7309f73f6499c9c84127fe Author: Manuel Rüger gentoo org> AuthorDate: Sat Dec 26 23:52:17 2015 +0000 Commit: Manuel Rüger gentoo 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.