From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 156451381FA for ; Fri, 9 May 2014 05:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E1F5E0853; Fri, 9 May 2014 05:26:42 +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 1D0DBE0853 for ; Fri, 9 May 2014 05:26:41 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCD6533F8BC for ; Fri, 9 May 2014 05:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7A3F61818D for ; Fri, 9 May 2014 05:26:39 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1399613170.8390ad578103d20962621fd4ec858e936ae1a7a4.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/ X-VCS-Repository: proj/lua X-VCS-Files: net-im/prosody-modules/metadata.xml X-VCS-Directories: net-im/prosody-modules/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 8390ad578103d20962621fd4ec858e936ae1a7a4 X-VCS-Branch: master Date: Fri, 9 May 2014 05:26:39 +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: 65f5852e-6062-4bfa-afb5-0682471c9191 X-Archives-Hash: cad523cf4ba711dd514859a10e1fbd6c commit: 8390ad578103d20962621fd4ec858e936ae1a7a4 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Fri May 9 05:26:10 2014 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Fri May 9 05:26:10 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=8390ad57 [net-im/prosody-modules] bump Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- net-im/prosody-modules/metadata.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml index 9b8a658..14abd74 100644 --- a/net-im/prosody-modules/metadata.xml +++ b/net-im/prosody-modules/metadata.xml @@ -11,11 +11,11 @@ Prosody IM server's community-writen modules This module is a partial implementation of XEP-0033: Extended Stanza Addressing. - This module adds an ad-hoc command that lets an user change their password. This is useful for clients that don`t have support for XEP-0077 style password changing. In the future, it may provide other account management commands. + This module adds an ad-hoc command that lets an user change their password. This is useful for clients that don`t have support for XEP-0077 style password changing. In the future, it may provide other account management commands. No module description on upstream wiki yet. This module provides a basic web administration interface. It currently gives you access to Ad-Hoc commands on any virtual host or component that you are set as an administrator for in the Prosody config file. It also provides a live list of all S2S and C2S connections. No module description on upstream wiki yet. - This module implements PKI-style client certificate authentication. You will therefore need your own Certificate Authority. How to set that up is beyond the current scope of this document. + This module implements PKI-style client certificate authentication. You will therefore need your own Certificate Authority. How to set that up is beyond the current scope of this document. No module description on upstream wiki yet. This is a Prosody authentication plugin which uses Dovecot as the backend. Allow client authentication to be handled by an external script/process. @@ -28,7 +28,7 @@ No module description on upstream wiki yet. Allow client authentication to be handled by an SQL database query. No module description on upstream wiki yet. - In some environments where all users on the system have mutual trust in each other, it`s sometimes fine to skip the usual authorization process to add someone to your contact list and see their status. + In some environments where all users on the system have mutual trust in each other, it`s sometimes fine to skip the usual authorization process to add someone to your contact list and see their status. By default Prosody does not automatically activate/deactivate hosts when they are added to and removed from the configuration. This module implements XEP-0288: Bidirectional Server-to-Server Connections. It allows servers to use a single connection for sending stanzas to each other, instead of two connections (one for stanzas in each direction). Privacy lists are a widely implemented protocol for instructing your server on blocking communications with selected users and services. @@ -68,7 +68,7 @@ No module description on upstream wiki yet. No module description on upstream wiki yet. This module generates directory listings when invoked by mod_http_files. See documentation on `mod_http_files`. - This simple module serves a favicon.ico from prosodys HTTP server and nothing else. + This simple module serves a favicon.ico from prosodys HTTP server and nothing else. No module description on upstream wiki yet. This module adds XEP-0319 idle tags to presence stanzas containing XEP-0012: Last Activity tags for idle indication (e.g. supported by libpurple clients). It works on outgoing and incoming presence stanzas. This module implements XEP-268. @@ -93,7 +93,7 @@ Implementation of XEP-0313: Message Archive Management backed by a SQL database. Like mod_mam, but using SQL. This module informs users about the XMPP Test day and whether their contacts are affected. For mor info about the test day, see https://stpeter.im/journal/1496.html Often service administrators need to log their users` messages for reasons such as auditing and compliance. This module simply logs user messages to simple text files, which can be easily searched, archived or removed on a regular basis. - No module description on upstream wiki yet. + mod_motd_sequential is a variant of mod_motd that lets you specify a sequence of MOTD messages instead of a single static one. Each message is only sent once and the module keeps track of who as seen which message. One frequent complaint about XMPP chatrooms (MUCs) compared to IRC is the inability for a room admin to ban a user based on their IP address. This is because an XMPP user is not identified on the network by their IP address, only their JID. Sometimes, especially on public services, you may want to allow people to create their own rooms, but prevent some options from being modified by normal users. No module description on upstream wiki yet. @@ -126,7 +126,7 @@ This module allows you to perform various actions on user rosters via prosodyctl. This module is a workaround for servers that try to do s2s authentication with certificates and SASL EXTERNAL, but do not send correct stream headers. Notably Openfire versions since 3.7 or 3.8. This module implements DANE as described in Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations. - This module allows you to explicitly say that you trust remote servers if they show a certificate with a known fingerprint. This is useful if you have many connections to servers that use self-signed certificates. + This module allows you to manually pin certificate fingerprints of remote servers. No module description on upstream wiki yet. Some people find it preferable to close server-to-server connections after they have been silent for a while. No module description on upstream wiki yet.