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 A31611381F3 for ; Fri, 28 Jun 2013 10:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94FF9E08CA; Fri, 28 Jun 2013 10:08:23 +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 1995EE08CA for ; Fri, 28 Jun 2013 10:08:23 +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 A3CB333E7AF for ; Fri, 28 Jun 2013 10:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 48ABBE468F for ; Fri, 28 Jun 2013 10:08:20 +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: <1372414092.fe0f4bdfb11b50caaddbc01ffb1c63fe796c40fb.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: fe0f4bdfb11b50caaddbc01ffb1c63fe796c40fb X-VCS-Branch: master Date: Fri, 28 Jun 2013 10:08:20 +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: 130c1d62-1a9e-4754-83a1-152fca2c5ac3 X-Archives-Hash: a1b1d03e90afe2e7b40412114bd9f7de commit: fe0f4bdfb11b50caaddbc01ffb1c63fe796c40fb Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Fri Jun 28 10:08:12 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Fri Jun 28 10:08:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=fe0f4bdf [net-im/prosody-modules] bumped 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 | 46 +++++++++++----------- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml index 6c586f1..fb44859 100644 --- a/net-im/prosody-modules/metadata.xml +++ b/net-im/prosody-modules/metadata.xml @@ -8,9 +8,10 @@ Vadim A. Misbakh-Soloviov -FIXME +Prosody IM server's community-writen modules This module is a partial implementation of XEP-0033: Extended Stanza Addressing. + 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. No module description on upstream wiki yet. @@ -85,6 +86,7 @@ This module allows you to control the maximum rate of 'events' in a MUC room. This makes it useful to prevent room floods (whether malicious or accidental). This module logs the conversation of chatrooms running on the server to Prosody's data store. To view them you will need a module such as mod_muc_log_http. 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. 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. @@ -112,6 +114,7 @@ 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. No module description on upstream wiki yet. + No module description on upstream wiki yet. 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. @@ -131,6 +134,7 @@ This Prosody plugin adds a default contact to newly registered accounts. This module does some conversions on message bodys passed through it causing them to look like our beloved swedish chef had typed them. It happens occasionally that I would like to use the XMPP server as a generic proxy for connecting to another service. It is especially awkward in some environments, and impossible in (for example) Javascript inside a web browser. + No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. Twitter has simple API to use, so I tried to deal with it via Prosody. I didn't manage to finish this module, but it is nice example of component that accepts registrations, unregistrations, does HTTP polling and so on. Maybe someone will finnish this idea. diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index 2ee5e3d..53f921f 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -14,35 +14,35 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" PROSODY_MODULES=" - addressing admin_web auth_ccert auth_custom_http auth_dovecot - auth_external auth_internal_yubikey auth_joomla auth_ldap - auth_ldap2 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 - component_roundrobin conformance_restricted couchdb data_access - default_bookmarks default_vcard discoitems dwd extdisco firewall - flash_policy group_bookmarks host_guard http_dir_listing - http_favicon incidents_handling inotify_reload ipcheck - isolate_host jid_prep json_streams lastlog latex lib_ldap limits - listusers log_auth log_messages_sql mam mam_adhoc mam_muc + addressing adhoc_account_management admin_web auth_ccert + auth_custom_http auth_dovecot auth_external auth_internal_yubikey + auth_joomla auth_ldap auth_ldap2 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 component_roundrobin conformance_restricted + couchdb data_access default_bookmarks default_vcard discoitems dwd + extdisco firewall flash_policy group_bookmarks host_guard + http_dir_listing http_favicon incidents_handling inotify_reload + ipcheck isolate_host jid_prep json_streams lastlog latex lib_ldap + limits listusers log_auth log_messages_sql mam mam_adhoc mam_muc mam_muc_sql mam_sql message_logging motd_sequential muc_ban_ip muc_config_restrict muc_intercom muc_limits muc_log muc_log_http - offline_email onhold onions openid password_policy pastebin - post_msg pubsub_eventsource pubsub_feeds pubsub_github + 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_idle_timeout - s2s_log_certs s2s_never_encrypt_blacklist s2s_reload_newcomponent - saslauth_muc seclabels 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 - throttle_presence turncredentials twitter uptime_presence vjud - webpresence websocket + s2s_log_certs s2s_never_encrypt_blacklist s2soutinjection + s2s_reload_newcomponent saslauth_muc seclabels 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 webpresence websocket "