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 C9E531391DB for ; Mon, 24 Mar 2014 17:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF78E09E0; Mon, 24 Mar 2014 17:17:50 +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 4D19AE09E0 for ; Mon, 24 Mar 2014 17:17:49 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 AFF5233F9B5 for ; Mon, 24 Mar 2014 17:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B5464188F1 for ; Mon, 24 Mar 2014 17:17:46 +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: <1395681457.6e965d4ba245185e8e4effc5feafb55d1b4047e2.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 net-im/prosody-modules/prosody-modules-9999.ebuild X-VCS-Directories: net-im/prosody-modules/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 6e965d4ba245185e8e4effc5feafb55d1b4047e2 X-VCS-Branch: master Date: Mon, 24 Mar 2014 17:17:46 +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: 0418a774-c643-4a7d-857a-1c08ed4df4c2 X-Archives-Hash: 18721c2d7efd8551eecf04439cb19501 commit: 6e965d4ba245185e8e4effc5feafb55d1b4047e2 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Mon Mar 24 17:17:37 2014 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Mon Mar 24 17:17:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=6e965d4b [net-im/prosody-modules] bump Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- net-im/prosody-modules/metadata.xml | 14 ++++++++------ net-im/prosody-modules/prosody-modules-9999.ebuild | 11 ++++++----- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml index 17ac1c8..d55e6e4 100644 --- a/net-im/prosody-modules/metadata.xml +++ b/net-im/prosody-modules/metadata.xml @@ -32,13 +32,14 @@ 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. - On a server with public registration it is usually desirable to prevent registration of certain "reserved" accounts, such as "admin". + On a server with public registration it is usually desirable to prevent registration of certain "reserved" accounts, such as "admin". No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. This module allows to throttle those client connections which exceed a n*seconds limit. + No module description on upstream wiki yet. This is a very simple demo module showing how to serve a BOSH-using web app from prosody. This module implements XEP-0280: Message Carbons, allowing users to maintain a shared and synchronized view of all conversations across all their online clients and devices. No module description on upstream wiki yet. @@ -57,9 +58,10 @@ No module description on upstream wiki yet. This Prosody plugin lets you manually override the service discovery items for a host. This module implements an optimization of the Dialback protocol, by skipping the dialback step for servers presenting a valid certificate. + This module aims to help in the procedure of user password restoration. To start the restoration, the user must go to an URL provided by this module, fill the JID and email and submit the request. No module description on upstream wiki yet. A firewall is an invaluable tool in the sysadmin's toolbox. However while low-level firewalls such as iptables and pf are incredibly good at what they do, they are generally not able to handle application-layer rules. - This Prosody plugin adds support for flash socket policies. When connecting with a flash client (from a webpage, not an exe) to prosody the flash client requests for an xml "file" on port 584 or the connecting port (5222 in the case of default xmpp). Responding on port 584 is tricky because it requires root priviliges to set up a socket on a port < 1024. + This Prosody plugin adds support for flash socket policies. When connecting with a flash client (from a webpage, not an exe) to prosody the flash client requests for an xml "file" on port 584 or the connecting port (5222 in the case of default xmpp). Responding on port 584 is tricky because it requires root priviliges to set up a socket on a port < 1024. mod_groups allows you to insert contacts into users' contact lists. Well mod_group_bookmarks allows you to insert chatrooms into the user's bookmarks. These are fetched by their client and automatically joined when the log in. No module description on upstream wiki yet. No module description on upstream wiki yet. @@ -99,13 +101,13 @@ This module provides a built-in web interface to view chatroom logs stored by mod_muc_log. No module description on upstream wiki yet. Quite often when I am out and about, I'm not able to connect to Jabber. It is usually much more likely I can access my email though (whether via the web, or a mobile client). - Enable mod_onhold to allow temporarily placing messages from particular JIDs "on hold" -- i.e. store them, but do not deliver them until the hold status is taken away. + Enable mod_onhold to allow temporarily placing messages from particular JIDs "on hold" -- i.e. store them, but do not deliver them until the hold status is taken away. This plugin allows Prosody to connect to other servers that are running as a Tor hidden service. Running Prosody on a hidden service works without this module, this module is only necessary to allow Prosody to federate to hidden XMPP servers. OpenID is an decentralized authentication mechanism for the Web. mod_openid turns Prosody into an OpenID provider, allowing users to use their Prosody credentials to authenticate with various third party websites. No module description on upstream wiki yet. Pastebins are used very often in IM, especially in chat rooms. You have a long log or command output which you need to send to someone over IM, and don't want to fill their message window with it. Put it on a pastebin site, and give them the URL instead, simple. Sometimes it's useful to have different interfaces to access XMPP. - 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. + 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. This module allows Prosody to fetch Atom and RSS feeds for you, and push new results to subscribers over XMPP. No module description on upstream wiki yet. No module description on upstream wiki yet. @@ -116,13 +118,13 @@ No module description on upstream wiki yet. This module let's you activate a httpserver interface to handle data from webforms with POST and Base64 encoded JSON. Registration Redirect as explained in the IBR XEP. - There are various reasons to prefer web registration instead of "in-band" account registration over XMPP. For example the lack of CAPTCHA support in clients and servers. + There are various reasons to prefer web registration instead of "in-band" account registration over XMPP. For example the lack of CAPTCHA support in clients and servers. No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. 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 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 implements Secure Delegation using DNS SRV 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. No module description on upstream wiki yet. diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index 7d13e82..0975eff 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -13,6 +13,7 @@ EHG_REPO_URI="https://prosody-modules.googlecode.com/hg/" LICENSE="MIT" SLOT="0" KEYWORDS="" + PROSODY_MODULES=" addressing adhoc_account_management admin_probe admin_web auth_any auth_ccert auth_custom_http auth_dovecot auth_external auth_imap @@ -20,12 +21,12 @@ PROSODY_MODULES=" auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions auto_activate_hosts bidi blocking block_registrations block_s2s_subscriptions block_strangers block_subscribes - block_subscriptions broadcast c2s_conn_throttle candy carbons - carbons_adhoc carbons_copies checkcerts client_certs compat_bind - compat_muc_admin compat_vcard component_client + block_subscriptions broadcast c2s_conn_throttle c2s_limit_sessions + candy carbons carbons_adhoc carbons_copies checkcerts client_certs + compat_bind compat_muc_admin compat_vcard component_client component_roundrobin conformance_restricted couchdb data_access - default_bookmarks default_vcard discoitems dwd extdisco firewall - flash_policy group_bookmarks host_blacklist host_guard + default_bookmarks default_vcard discoitems dwd email_pass extdisco + firewall flash_policy group_bookmarks host_blacklist host_guard http_altconnect http_dir_listing http_favicon http_user_count idlecompat incidents_handling inotify_reload ipcheck isolate_host jid_prep json_streams lastlog latex lib_ldap limits list_inactive