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: Wed, 02 Mar 2016 22:20:53
Message-Id: 1456957195.e061ceac19090b3bf523b6a68a53b64008c83aff.mrueg@gentoo
1 commit: e061ceac19090b3bf523b6a68a53b64008c83aff
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 22:19:55 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 22:19:55 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e061ceac
7
8 profiles: Add new prosody module
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 e7f8579..ec301b2 100644
15 --- a/profiles/desc/prosody_modules.desc
16 +++ b/profiles/desc/prosody_modules.desc
17 @@ -88,6 +88,7 @@ http_user_count - HTTP module to report the current number of online users or se
18 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.
19 incidents_handling - This module implements XEP-0268: Incident reporting among XMPP server deployments.
20 inotify_reload - Reloads modules when their files change.
21 +invite - Allow users to invite new users.
22 ipcheck - Sometimes for various reasons a client might want to know its IP address as it appears to the server. XEP-0279 allows the client to ask the server for the IP address it is connected from.
23 isolate_host - In some environments it is desirable to isolate one or more hosts, and prevent communication with external, or even other internal domains.
24 jid_prep - This is a plugin that implements the JID prep protocol.