Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
Date: Sun, 30 Aug 2015 16:13:24
Message-Id: 1440951174.e51eab5e569a89140f41b706604ba86d58172976.mrueg@gentoo
1 commit: e51eab5e569a89140f41b706604ba86d58172976
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 16:12:54 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 16:12:54 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e51eab5e
7
8 profiles: Update prosody modules
9
10 profiles/desc/prosody_modules.desc | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
14 index cec804d..5656f7e 100644
15 --- a/profiles/desc/prosody_modules.desc
16 +++ b/profiles/desc/prosody_modules.desc
17 @@ -79,6 +79,7 @@ http_dir_listing - This module generates directory listings when invoked by pros
18 http_favicon - This simple module serves a favicon.ico from prosodys HTTP server and nothing else.
19 http_index - Generates an index of local HTTP apps.
20 http_muc_log - This module provides a built-in web interface to view chatroom logs stored by prosody_modules_mam_muc.
21 +http_upload - Implementation of HTTP Upload file transfer mechanism used by Conversations
22 http_user_count - HTTP module to report the current number of online users or sessions.
23 idlecompat - 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.
24 incidents_handling - This module implements XEP-0268: Incident reporting among XMPP server deployments.
25 @@ -178,6 +179,7 @@ server_status - This module fetches the current status of configured hosts and/o
26 service_directories - XEP-0309: Service Directories.
27 sift - SIFT is a technology to allow clients to filter incoming traffic on the server. This helps save bandwidth, etc.
28 smacks - By default XMPP is as reliable as your network is. Unfortunately in some cases that is not very reliable - in some network conditions disconnects can be frequent and message loss can occur.
29 +smacks_offline - Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session
30 sms_clickatell - This module provides and SMS gateway component which uses the Clickatell HTTP API to deliver text messages. See clickatell.com for details on their services. Note that at present, this is entirely one way: replies will either go nowhere or as sms to the source number you specify.
31 srvinjection - This Prosody plugin lets you manually override SRV records used for a remote host.
32 sslv3_warn - Notice users connected with SSLv3 that they need to upgrade becasue SSLv3 is insecure.