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, 11 Oct 2015 12:58:29
Message-Id: 1444568254.08b8c0c99bada94d474d87e06b1374114478da1c.mrueg@gentoo
1 commit: 08b8c0c99bada94d474d87e06b1374114478da1c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 12:57:34 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 12:57:34 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=08b8c0c9
7
8 profiles: Add prosody module description.
9
10 profiles/desc/prosody_modules.desc | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
14 index 1851b04..0c86626 100644
15 --- a/profiles/desc/prosody_modules.desc
16 +++ b/profiles/desc/prosody_modules.desc
17 @@ -68,6 +68,7 @@ discoitems - This Prosody plugin lets you manually override the service discover
18 dwd - This module implements an optimization of the Dialback protocol, by skipping the dialback step for servers presenting a valid certificate.
19 email_pass - 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.
20 extdisco - XEP-0215: External Service Discovery
21 +fallback_vcard - Generates missing vcards from a template
22 filter_chatstates - Removes chat states from messages to inactive (per CSI) sessions.
23 firewall - 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.
24 flash_policy - 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 smaller than 1024.