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 69ABB59CAF for ; Sun, 3 Apr 2016 21:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B208E083A; Sun, 3 Apr 2016 21:24:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2247E083A for ; Sun, 3 Apr 2016 21:24:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62503340B63 for ; Sun, 3 Apr 2016 21:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA1C788 for ; Sun, 3 Apr 2016 21:24:00 +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: <1459718556.388d2216e61cfb180ec2f2d66342dfb2fd654bdb.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: 388d2216e61cfb180ec2f2d66342dfb2fd654bdb X-VCS-Branch: master Date: Sun, 3 Apr 2016 21:24:00 +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: c81ab00f-0221-48e3-b820-9e295874976f X-Archives-Hash: 33254c42fcac248fabd75a7bf9b4f0c5 commit: 388d2216e61cfb180ec2f2d66342dfb2fd654bdb Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 3 21:22:36 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 3 21:22:36 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=388d2216 profiles: Add prosody module profiles/desc/prosody_modules.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc index dbd2d75..97723c5 100644 --- a/profiles/desc/prosody_modules.desc +++ b/profiles/desc/prosody_modules.desc @@ -135,12 +135,13 @@ pastebin - Pastebins are used very often in IM, especially in chat rooms. You ha pep_vcard_avatar - Syncs avatars between PEP and vCard. pinger - Ping clients regularly to mark them offline if they don't respond post_msg - Sometimes it's useful to have different interfaces to access XMPP. +presence_dedup - Presence deduplication module privacy_lists - Privacy lists are a flexible method for blocking communications. private_adhoc - This is a very simple module which implements an adhoc commant toretrieves the users private XML data. privilege - XEP-0356 (Privileged Entity) proctitle - Changes the process name to 'prosody' rather than 'lua'/'lua5.1' profile - This module provides a replacement for mod_vcard. In addition to the ageing protocol defined by XEP-0054, it also supports the XEP-0292: new vCard 4 based protocol and integrates with XEP-0163: Personal Eventing Protocol. The vCard 4, XEP-0084: User Avatar and XEP-0172: User Nickname PEP nodes are updated when the vCard is changed. -proxy65_whitelist - Limit which file transfer users can use. +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.