commit: 29e3230874d498863a971a99b368b72246f728a1
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 15:42:05 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 15:42:05 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=29e32308
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 22c95c7..3152ca7 100644
--- a/net-im/prosody-modules/prosody-modules-9999.ebuild
+++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
@@ -38,7 +38,7 @@ PROSODY_MODULES="
list_inactive listusers log_auth log_events log_messages_sql
log_rate log_sasl_mech log_slow_events mam mam_adhoc mam_archive
mam_muc mam_muc_sql mam_sql mamsub manifesto measure_cpu
- measure_memory message_logging motd_sequential muc_ban_ip
+ measure_memory message_logging migrate motd_sequential muc_ban_ip
muc_config_restrict muc_intercom muc_limits muc_log muc_log_http
muc_restrict_rooms munin net_dovecotauth offline_email onhold onions
openid password_policy pastebin pep_vcard_avatar post_msg
diff --git a/profiles/desc/prosody_modules.desc
b/profiles/desc/prosody_modules.desc
index 3b5f083..cec804d 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -111,6 +111,7 @@ manifesto - This module informs users about the XMPP Test
day and whether their
measure_cpu - Collect CPU usage statistic
measure_memory - Module for polling memory useage from Lua, meminfo() and
/proc depending on availability.
message_logging - Often service administrators need to log their users'
messages for reasons such as auditing and compliance. This module simply logs
user messages to simple text files, which can be easily searched, archived or
removed on a regular basis.
+migrate - Provides a prosodyctl command for copying data between storage
backends
motd_sequential - A variant of prosody_modules_motd that lets you specify a
sequence of MOTD messages instead of a single static one. Each message is only
sent once and the module keeps track of who as seen which message.
muc_ban_ip - One frequent complaint about XMPP chatrooms (MUCs) compared to
IRC is the inability for a room admin to ban a user based on their IP address.
This is because an XMPP user is not identified on the network by their IP
address, only their JID.
muc_config_restrict - Sometimes, especially on public services, you may want
to allow people to create their own rooms, but prevent some options from being
modified by normal users.