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: Tue, 02 Feb 2016 18:25:17
Message-Id: 1454437388.5a4a0849b4271a09a0d5c1fa395ee8c92aabb1f6.mrueg@gentoo
1 commit: 5a4a0849b4271a09a0d5c1fa395ee8c92aabb1f6
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 18:23:08 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 18:23:08 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5a4a0849
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 9ac8ba5..e7f8579 100644
15 --- a/profiles/desc/prosody_modules.desc
16 +++ b/profiles/desc/prosody_modules.desc
17 @@ -132,6 +132,7 @@ openid - OpenID is an decentralized authentication mechanism for the Web. mod_o
18 password_policy - Password policy enforcement for Prosody.
19 pastebin - 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.
20 pep_vcard_avatar - Syncs avatars between PEP and vCard.
21 +pinger - Ping clients regularly to mark them offline if they don't respond
22 post_msg - Sometimes it's useful to have different interfaces to access XMPP.
23 privacy_lists - Privacy lists are a flexible method for blocking communications.
24 private_adhoc - This is a very simple module which implements an adhoc commant toretrieves the users private XML data.