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 DB4B5138247 for ; Sat, 14 Dec 2013 20:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06898E09F4; Sat, 14 Dec 2013 20:26:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 813D2E09F4 for ; Sat, 14 Dec 2013 20:26:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DAAE33F523 for ; Sat, 14 Dec 2013 20:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ECAFFE578C for ; Sat, 14 Dec 2013 20:26:47 +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: <1387052771.0f033cbf134643f7d1f5cff64acea55e9d422201.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: 0f033cbf134643f7d1f5cff64acea55e9d422201 X-VCS-Branch: master Date: Sat, 14 Dec 2013 20:26:47 +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: a39ef4b3-bc09-4f02-ab4f-c2875f390aed X-Archives-Hash: c045163afdb63f9d4a6f7953735e9154 commit: 0f033cbf134643f7d1f5cff64acea55e9d422201 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Sat Dec 14 20:26:11 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Sat Dec 14 20:26:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=0f033cbf [net-im/prosody-modules] bump modules Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- net-im/prosody-modules/metadata.xml | 6 ++++-- net-im/prosody-modules/prosody-modules-9999.ebuild | 25 +++++++++++----------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml index 96aee1a..77e9791 100644 --- a/net-im/prosody-modules/metadata.xml +++ b/net-im/prosody-modules/metadata.xml @@ -61,6 +61,7 @@ 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. + 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 module implements XEP-268. @@ -97,11 +98,12 @@ 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. - No module description on upstream wiki yet. + 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. This module implements a PubSubHubbub (PuSH) hub, allowing PuSH clients to subscribe to local XMPP Publish-Subscribe nodes stored by mod_pubsub. + 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. No module description on upstream wiki yet. Twitter has an open 'realtime' search API, but it requires polling (within their rate limits). This module allows Prosody to poll for you, and push new results to subscribers over XMPP. No module description on upstream wiki yet. @@ -124,7 +126,7 @@ Currently, module:reload command in console doesn't load new components. This module will automatically load the new components (if any) when the config:reload command is run in the console. No module description on upstream wiki yet. This module implements XEP-0258: Security Labels in XMPP. - No module description on upstream wiki yet. + Sometimes you might run clients without encryption on the same machine or LAN as Prosody - and you want Prosody to treat them as secure (e.g. allowing plaintext authentication) even though they are not encrypted. This module implements XEP-0157: Contact Addresses for XMPP Services. This module fetches the current status of configured hosts and/or stanza statistics from mod_stanza_counter. And outputs it in either XML or JSON format. 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 f0f612f..dd04f76 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -34,18 +34,19 @@ PROSODY_MODULES=" muc_limits muc_log muc_log_http net_dovecotauth offline_email onhold onions openid password_policy pastebin post_msg pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode - pubsub_hub pubsub_pivotaltracker pubsub_twitter readonly - register_json register_redirect register_web reload_modules - remote_roster roster_command s2s_auth_compat s2s_auth_dnssec_srv - s2s_auth_fingerprint s2s_blacklist s2s_idle_timeout s2s_keepalive - s2s_keysize_policy s2s_log_certs s2s_never_encrypt_blacklist - s2soutinjection s2s_reload_newcomponent saslauth_muc seclabels - secure_interfaces server_contact_info server_status - service_directories sift smacks sms_clickatell srvinjection - stanza_counter statistics storage_ldap storage_mongodb streamstats - strict_https support_contact swedishchef tcpproxy telnet_tlsinfo - throttle_presence turncredentials twitter uptime_presence vjud - watchuntrusted webpresence websocket + pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_twitter + readonly register_json register_redirect register_web + reload_modules remote_roster roster_command s2s_auth_compat + s2s_auth_dnssec_srv s2s_auth_fingerprint s2s_blacklist + s2s_idle_timeout s2s_keepalive s2s_keysize_policy s2s_log_certs + s2s_never_encrypt_blacklist s2soutinjection + s2s_reload_newcomponent saslauth_muc seclabels secure_interfaces + server_contact_info server_status service_directories sift smacks + sms_clickatell srvinjection stanza_counter statistics storage_ldap + storage_mongodb streamstats strict_https support_contact + swedishchef tcpproxy telnet_tlsinfo throttle_presence + turncredentials twitter uptime_presence vjud watchuntrusted + webpresence websocket "