commit: 77b321c51f62d76a32d291d1811df81845178f36
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 00:10:28 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 00:10:28 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=77b321c5
net-im/prosody-modules: Add new module.
net-im/prosody-modules/prosody-modules-9999.ebuild | 2 +-
profiles/desc/prosody_modules.desc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild
b/net-im/prosody-modules/prosody-modules-9999.ebuild
index 713802d..c839229 100644
--- a/net-im/prosody-modules/prosody-modules-9999.ebuild
+++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
@@ -18,7 +18,7 @@ IUSE="misc luajit"
PROSODY_MODULES="
addressing adhoc_account_management adhoc_blacklist admin_blocklist
- admin_message admin_probe admin_web auth_any auth_ccert
+ admin_message admin_probe admin_web alias auth_any auth_ccert
auth_custom_http auth_dovecot auth_ha1 auth_http_async auth_imap
auth_internal_yubikey auth_joomla auth_ldap auth_ldap2 auth_pam
auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions
diff --git a/profiles/desc/prosody_modules.desc
b/profiles/desc/prosody_modules.desc
index 0c86626..8248482 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -12,6 +12,7 @@ admin_blocklist - Prevents s2s connections to/from domains
blocked by a local ad
admin_message - This module provides a console over XMPP. All the commands of
the mod_admin_telnet module are available from an XMPP client.
admin_probe - Module allowing server administrators to probe any user.
admin_web - 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.
+alias - Point alias accounts or domains to correct XMPP user.
auth_any - This module accepts any username and password, which can be useful
for testing.
auth_ccert - This module implements PKI-style client certificate
authentication. You will therefore need your own Certificate Authority. How to
set that up is beyond the current scope of this document.
auth_custom_http - No module description on upstream wiki yet.