commit:     ecd307b6a4eaeb9a44a8f4b65a77ddcdd78ac243
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Fri Apr  4 14:32:27 2014 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Fri Apr  4 14:32:27 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=ecd307b6

[net-im/prosody-modules] bump

Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>

---
 dev-lua/toluapp/toluapp-1.0.93.ebuild              |  4 +-
 net-im/prosody-modules/metadata.xml                | 34 +++++++--------
 net-im/prosody-modules/prosody-modules-9999.ebuild | 48 +++++++++++-----------
 3 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/dev-lua/toluapp/toluapp-1.0.93.ebuild 
b/dev-lua/toluapp/toluapp-1.0.93.ebuild
index 9a085fd..db83f8c 100644
--- a/dev-lua/toluapp/toluapp-1.0.93.ebuild
+++ b/dev-lua/toluapp/toluapp-1.0.93.ebuild
@@ -29,8 +29,8 @@ src_prepare() {
        local lua=lua;
        use luajit && lua=luajit-5.1;
        echo "LIBS = ['${lua}', 'dl', 'm']" > ${S}/custom.py
-       sed \
-               -e 's|\(if\) \(rawtype(arg\[1\])\)|\1 arg and \2|' \
+       sed -r \
+               -e 's|(if rawtype.*arg.*)|\tlocal arg = {n=select('#', ...), 
...};\n\1|' \
                -i src/bin/lua/compat.lua
 }
 

diff --git a/net-im/prosody-modules/metadata.xml 
b/net-im/prosody-modules/metadata.xml
index d55e6e4..adcf8d3 100644
--- a/net-im/prosody-modules/metadata.xml
+++ b/net-im/prosody-modules/metadata.xml
@@ -11,7 +11,7 @@
 <longdescription>Prosody IM server's community-writen modules</longdescription>
 <use>
        <flag name='addressing'>This module is a partial implementation of <a 
href="http://xmpp.org/extensions/xep-0033.html"; rel="nofollow">XEP-0033: 
Extended Stanza Addressing</a>.</flag>
-       <flag name='adhoc_account_management'>This module adds an ad-hoc 
command that lets an user change their  password.  This is useful for clients 
that don&#x27;t have support for <a 
href="http://xmpp.org/extensions/xep-0077.html"; rel="nofollow">XEP-0077</a> 
style password changing.  In the future, it may provide other account 
management  commands.</flag>
+       <flag name='adhoc_account_management'>This module adds an ad-hoc 
command that lets an user change their  password.  This is useful for clients 
that don`t have support for <a href="http://xmpp.org/extensions/xep-0077.html"; 
rel="nofollow">XEP-0077</a> style password changing.  In the future, it may 
provide other account management  commands.</flag>
        <flag name='admin_probe'>No module description on upstream wiki 
yet.</flag>
        <flag name='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.</flag>
        <flag name='auth_any'>No module description on upstream wiki yet.</flag>
@@ -28,7 +28,7 @@
        <flag name='auth_phpbb3'>No module description on upstream wiki 
yet.</flag>
        <flag name='auth_sql'>Allow client authentication to be handled by an 
SQL database query.</flag>
        <flag name='auth_wordpress'>No module description on upstream wiki 
yet.</flag>
-       <flag name='auto_accept_subscriptions'>In some environments where all 
users on the system have mutual trust in each other, it&#x27;s sometimes fine 
to skip the usual authorization process to  add someone to your contact list 
and see their status.</flag>
+       <flag name='auto_accept_subscriptions'>In some environments where all 
users on the system have mutual trust in each other, it`s sometimes fine to 
skip the usual authorization process to  add someone to your contact list and 
see their status.</flag>
        <flag name='auto_activate_hosts'>By default Prosody does not 
automatically activate/deactivate hosts when they are added to and removed from 
the configuration.</flag>
        <flag name='bidi'>This module implements <a 
href="http://xmpp.org/extensions/xep-0288.html"; rel="nofollow">XEP-0288: 
Bidirectional Server-to-Server Connections</a>.  It allows servers to use a 
single connection for sending stanzas to each other, instead of two connections 
(one for stanzas in each direction).</flag>
        <flag name='blocking'>Privacy lists are a widely implemented protocol 
for instructing your server on blocking communications with selected users and 
services.</flag>
@@ -41,6 +41,7 @@
        <flag name='c2s_conn_throttle'>This module allows to throttle those 
client connections which exceed a n*seconds limit.</flag>
        <flag name='c2s_limit_sessions'>No module description on upstream wiki 
yet.</flag>
        <flag name='candy'>This is a very simple demo module showing how to 
serve a BOSH-using web app from prosody.</flag>
+       <flag name='captcha_registration'>Prosody-captcha is a little 
modification of prosody`s "mod_register.lua" module that provides captcha 
protection for registration form.</flag>
        <flag name='carbons'>This module implements <a 
href="http://xmpp.org/extensions/xep-0280.html"; rel="nofollow">XEP-0280: 
Message Carbons</a>, allowing users to maintain a shared and synchronized view 
of all conversations across all their online clients and devices.</flag>
        <flag name='carbons_adhoc'>No module description on upstream wiki 
yet.</flag>
        <flag name='carbons_copies'>No module description on upstream wiki 
yet.</flag>
@@ -60,9 +61,9 @@
        <flag name='dwd'>This module implements an optimization of the Dialback 
protocol, by skipping the dialback step for servers presenting a valid 
certificate.</flag>
        <flag name='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.</flag>
        <flag name='extdisco'>No module description on upstream wiki yet.</flag>
-       <flag name='firewall'>A firewall is an invaluable tool in the 
sysadmin&#x27;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.</flag>
+       <flag name='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.</flag>
        <flag name='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 < 
1024.</flag>
-       <flag name='group_bookmarks'><a 
href="http://prosody.im/doc/modules/mod_groups"; rel="nofollow">mod_groups</a> 
allows you to insert contacts into users&#x27; contact lists. Well 
mod_group_bookmarks allows you to insert chatrooms into the user&#x27;s 
bookmarks. These are fetched by their client and automatically joined when the 
log in.</flag>
+       <flag name='group_bookmarks'><a 
href="http://prosody.im/doc/modules/mod_groups"; rel="nofollow">mod_groups</a> 
allows you to insert contacts into users` contact lists. Well 
mod_group_bookmarks allows you to insert chatrooms into the user`s bookmarks. 
These are fetched by their client and automatically joined when the log 
in.</flag>
        <flag name='host_blacklist'>No module description on upstream wiki 
yet.</flag>
        <flag name='host_guard'>No module description on upstream wiki 
yet.</flag>
        <flag name='http_altconnect'>No module description on upstream wiki 
yet.</flag>
@@ -78,11 +79,11 @@
        <flag name='json_streams'>This plugin encodes XMPP as JSON. This is an 
implementation of <a href="http://xmpp.org/extensions/xep-0295.html"; 
rel="nofollow">XEP-0295: JSON Encodings for XMPP</a>.</flag>
        <flag name='lastlog'>Simple module that stores the timestamp of when a 
user logs in.</flag>
        <flag name='latex'>This module intercepts messages between users and 
into chatrooms, and attaches a links to a rendered version of any <a 
href="http://en.wikipedia.org/wiki/LaTeX"; rel="nofollow">LaTeX</a> in the 
message. This requires client support for <a 
href="http://xmpp.org/extensions/xep-0071.html"; rel="nofollow">XHTML-IM</a>, 
and fetching images via HTTP.</flag>
-       <flag name='lib_ldap'>This module is used by other modules to access an 
LDAP server.  It&#x27;s pretty useless on its own; you should use it if you 
want to write your own LDAP-related module, or if you want to use one of mine 
(<a 
href="https://code.google.com/p/prosody-modules/wiki/mod_auth_ldap2";>mod_auth_ldap2</a>,
 <a 
href="/p/prosody-modules/wiki/mod_storage_ldap">mod_storage_ldap</a>).</flag>
+       <flag name='lib_ldap'>This module is used by other modules to access an 
LDAP server.  It`s pretty useless on its own; you should use it if you want to 
write your own LDAP-related module, or if you want to use one of mine (<a 
href="https://code.google.com/p/prosody-modules/wiki/mod_auth_ldap2";>mod_auth_ldap2</a>,
 <a 
href="/p/prosody-modules/wiki/mod_storage_ldap">mod_storage_ldap</a>).</flag>
        <flag name='limits'>On some servers, especially public ones, it is 
desired to make sure that everyone gets their fair share of system resources 
(and no more).</flag>
        <flag name='list_inactive'>No module description on upstream wiki 
yet.</flag>
        <flag name='listusers'>No module description on upstream wiki 
yet.</flag>
-       <flag name='log_auth'>Prosody doesn&#x27;t write IP addresses to its 
log file by default for privacy reasons (unless debug logging is 
enabled).</flag>
+       <flag name='log_auth'>Prosody doesn`t write IP addresses to its log 
file by default for privacy reasons (unless debug logging is enabled).</flag>
        <flag name='log_messages_sql'>No module description on upstream wiki 
yet.</flag>
        <flag name='log_sasl_mech'>No module description on upstream wiki 
yet.</flag>
        <flag name='mam'>Implementation of <a 
href="http://xmpp.org/extensions/xep-0313.html"; rel="nofollow">XEP-0313: 
Message Archive Management</a>. Like <a 
href="https://code.google.com/p/prosody-modules/wiki/mod_archive";>mod_archive</a>
 but much simpler.</flag>
@@ -91,22 +92,22 @@
        <flag name='mam_muc_sql'>No module description on upstream wiki 
yet.</flag>
        <flag name='mam_sql'>Implementation of <a 
href="http://xmpp.org/extensions/xep-0313.html"; rel="nofollow">XEP-0313: 
Message Archive Management</a> backed by a SQL database.  Like <a 
href="https://code.google.com/p/prosody-modules/wiki/mod_mam";>mod_mam</a>, but 
using SQL.</flag>
        <flag name='manifesto'>This module informs users about the XMPP Test 
day and whether their contacts are affected.  For mor info about the test day, 
see <a href="https://stpeter.im/journal/1496.html"; 
rel="nofollow">https://stpeter.im/journal/1496.html</a></flag>
-       <flag name='message_logging'>No module description on upstream wiki 
yet.</flag>
+       <flag name='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.</flag>
        <flag name='motd_sequential'>No module description on upstream wiki 
yet.</flag>
        <flag name='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.</flag>
        <flag name='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.</flag>
        <flag name='muc_intercom'>No module description on upstream wiki 
yet.</flag>
-       <flag name='muc_limits'>This module allows you to control the maximum 
rate of &#x27;events&#x27; in a MUC room. This makes it useful to prevent room 
floods (whether malicious or accidental).</flag>
-       <flag name='muc_log'>This module logs the conversation of chatrooms 
running on the server to Prosody&#x27;s data store. To view them you will need 
a module such as <a 
href="https://code.google.com/p/prosody-modules/wiki/mod_muc_log_http";>mod_muc_log_http</a>.</flag>
+       <flag name='muc_limits'>This module allows you to control the maximum 
rate of `events` in a MUC room. This makes it useful to prevent room floods 
(whether malicious or accidental).</flag>
+       <flag name='muc_log'>This module logs the conversation of chatrooms 
running on the server to Prosody`s data store. To view them you will need a 
module such as <a 
href="https://code.google.com/p/prosody-modules/wiki/mod_muc_log_http";>mod_muc_log_http</a>.</flag>
        <flag name='muc_log_http'>This module provides a built-in web interface 
to view chatroom logs stored by <a 
href="https://code.google.com/p/prosody-modules/wiki/mod_muc_log";>mod_muc_log</a>.</flag>
        <flag name='net_dovecotauth'>No module description on upstream wiki 
yet.</flag>
-       <flag name='offline_email'>Quite often when I am out and about, 
I&#x27;m not able to connect to Jabber. It is usually much more likely I can 
access my email though (whether via the web, or a mobile client).</flag>
+       <flag name='offline_email'>Quite often when I am out and about, I`m not 
able to connect to Jabber. It is usually much more likely I can access my email 
though (whether via the web, or a mobile client).</flag>
        <flag name='onhold'>Enable mod_onhold to allow temporarily placing 
messages from particular JIDs "on hold" -- i.e. store them, but do not deliver 
them until the hold status is taken away.</flag>
        <flag name='onions'>This plugin allows Prosody to connect to other 
servers that are running as a Tor hidden service. Running Prosody on a hidden 
service works without this module, this module is only necessary to allow 
Prosody to federate to hidden XMPP servers.</flag>
        <flag name='openid'><a href="http://openid.net/"; 
rel="nofollow">OpenID</a> is an decentralized authentication mechanism for the 
Web.  mod_openid turns Prosody into an OpenID <i>provider</i>, allowing users 
to use their Prosody credentials to authenticate with various third party 
websites.</flag>
        <flag name='password_policy'>No module description on upstream wiki 
yet.</flag>
-       <flag name='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&#x27;t want to fill their message window with it. Put 
it on a pastebin site, and give them the URL instead, simple.</flag>
-       <flag name='post_msg'>Sometimes it&#x27;s useful to have different 
interfaces to access XMPP.</flag>
+       <flag name='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.</flag>
+       <flag name='post_msg'>Sometimes it`s useful to have different 
interfaces to access XMPP.</flag>
        <flag name='pubsub_eventsource'><a 
href="https://en.wikipedia.org/wiki/Server-sent_events"; 
rel="nofollow">Server-Sent Events</a> is a simple HTTP/line-based protocol 
supported in HTML5, making it easy to receive a stream of "events" in realtime 
using the Javascript <a 
href="https://developer.mozilla.org/en-US/docs/Web/API/EventSource"; 
rel="nofollow">EventSource API</a>.</flag>
        <flag name='pubsub_feeds'>This module allows Prosody to fetch Atom and 
RSS feeds for you, and push new results to subscribers over XMPP.</flag>
        <flag name='pubsub_github'>No module description on upstream wiki 
yet.</flag>
@@ -114,9 +115,9 @@
        <flag name='pubsub_hub'>This module implements a <a 
href="http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html"; 
rel="nofollow">PubSubHubbub</a> (PuSH) hub, allowing PuSH clients to subscribe 
to local XMPP <a href="http://xmpp.org/extensions/xep-0060.html"; 
rel="nofollow">Publish-Subscribe</a> nodes stored by <a 
href="http://prosody.im/doc/modules/mod_pubsub"; 
rel="nofollow">mod_pubsub</a>.</flag>
        <flag name='pubsub_mqtt'><a href="http://mqtt.org/"; 
rel="nofollow">MQTT</a> is a lightweight binary pubsub protocol suited to 
embedded devices. This module provides a way for MQTT clients to connect to 
Prosody and publish or subscribe to local pubsub nodes.</flag>
        <flag name='pubsub_pivotaltracker'>No module description on upstream 
wiki yet.</flag>
-       <flag name='pubsub_twitter'>Twitter has an open &#x27;realtime&#x27; 
search API, but it requires polling (within their rate limits). This module 
allows Prosody to poll for you, and push new results to subscribers over 
XMPP.</flag>
+       <flag name='pubsub_twitter'>Twitter has an open `realtime` search API, 
but it requires polling (within their rate limits). This module allows Prosody 
to poll for you, and push new results to subscribers over XMPP.</flag>
        <flag name='readonly'>No module description on upstream wiki yet.</flag>
-       <flag name='register_json'>This module let&#x27;s you activate a 
httpserver interface to handle data from webforms with POST and Base64 encoded 
JSON.</flag>
+       <flag name='register_json'>This module let`s you activate a httpserver 
interface to handle data from webforms with POST and Base64 encoded JSON.</flag>
        <flag name='register_redirect'>Registration Redirect as explained in 
the <a href="http://xmpp.org/extensions/xep-0077.html#redirect"; 
rel="nofollow">IBR XEP</a>.</flag>
        <flag name='register_web'>There are various reasons to prefer web 
registration instead of "in-band" account registration over XMPP. For example 
the lack of CAPTCHA support in clients and servers.</flag>
        <flag name='reload_modules'>No module description on upstream wiki 
yet.</flag>
@@ -125,7 +126,6 @@
        <flag name='roster_command'>This module allows you to perform various 
actions on user rosters via prosodyctl.</flag>
        <flag name='s2s_auth_compat'>This module is a workaround for servers 
that try to do s2s authentication with certificates and SASL EXTERNAL, but do 
not send correct stream headers.  Notably Openfire versions since 3.7 or 
3.8.</flag>
        <flag name='s2s_auth_dane'>This module implements DANE as described in 
<a href="http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype"; 
rel="nofollow">Using DNS Security Extensions (DNSSEC) and DNS-based 
Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name 
Associations</a>.</flag>
-       <flag name='s2s_auth_dnssec_srv'>This module implements Secure 
Delegation using DNS SRV as described in  <a 
href="http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype"; 
rel="nofollow">Using DNS Security Extensions (DNSSEC) and DNS-based 
Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name 
Associations</a>.</flag>
        <flag name='s2s_auth_fingerprint'>This module allows you to explicitly 
say that you trust remote servers if they show a certificate with a known 
fingerprint. This is useful if you have many connections to servers that use 
self-signed certificates.</flag>
        <flag name='s2s_blacklist'>No module description on upstream wiki 
yet.</flag>
        <flag name='s2s_idle_timeout'>Some people find it preferable to close 
server-to-server connections after they have been silent for a while.</flag>
@@ -134,7 +134,7 @@
        <flag name='s2s_log_certs'>This module produces info level log messages 
with the certificate status and fingerprint every time an s2s connection is 
established.  It can also optionally store this in persistant storage.</flag>
        <flag name='s2s_never_encrypt_blacklist'>No module description on 
upstream wiki yet.</flag>
        <flag name='s2soutinjection'>No module description on upstream wiki 
yet.</flag>
-       <flag name='s2s_reload_newcomponent'>Currently, module:reload command 
in console doesn&#x27;t load new components. This module will automatically 
load the new components (if any) when the config:reload command is run in the 
console.</flag>
+       <flag name='s2s_reload_newcomponent'>Currently, module:reload command 
in console doesn`t load new components. This module will automatically load the 
new components (if any) when the config:reload command is run in the 
console.</flag>
        <flag name='s2s_whitelist'>No module description on upstream wiki 
yet.</flag>
        <flag name='saslauth_muc'>No module description on upstream wiki 
yet.</flag>
        <flag name='saslname'>No module description on upstream wiki yet.</flag>
@@ -160,7 +160,7 @@
        <flag name='telnet_tlsinfo'>This module adds two commands to the telnet 
console, <tt>c2s:showtls()</tt> and <tt>s2s:showtls()</tt>.  These commands 
shows TLS parameters, such as ciphers and key agreement protocols, of all c2s 
or s2s connections.</flag>
        <flag name='throttle_presence'>No module description on upstream wiki 
yet.</flag>
        <flag name='turncredentials'>No module description on upstream wiki 
yet.</flag>
-       <flag name='twitter'>Twitter has simple API to use, so I tried to deal 
with it via Prosody. I didn&#x27;t manage to finish this module, but it is nice 
example of component that accepts registrations, unregistrations, does HTTP 
polling and so on. Maybe someone will finnish this idea.</flag>
+       <flag name='twitter'>Twitter has simple API to use, so I tried to deal 
with it via Prosody. I didn`t manage to finish this module, but it is nice 
example of component that accepts registrations, unregistrations, does HTTP 
polling and so on. Maybe someone will finnish this idea.</flag>
        <flag name='uptime_presence'>No module description on upstream wiki 
yet.</flag>
        <flag name='vjud'>Basic implementation of <a 
href="http://xmpp.org/extensions/xep-0055.html"; rel="nofollow">XEP-0055: Jabber 
Search</a>.</flag>
        <flag name='watchuntrusted'>Similar to mod_watchregistrations, this 
module warns admins when an s2s connection fails due for encryption or trust 
reasons.</flag>

diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild 
b/net-im/prosody-modules/prosody-modules-9999.ebuild
index 0975eff..4479ebb 100644
--- a/net-im/prosody-modules/prosody-modules-9999.ebuild
+++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
@@ -22,30 +22,30 @@ PROSODY_MODULES="
        auto_activate_hosts bidi blocking block_registrations
        block_s2s_subscriptions block_strangers block_subscribes
        block_subscriptions broadcast c2s_conn_throttle c2s_limit_sessions
-       candy carbons carbons_adhoc carbons_copies checkcerts client_certs
-       compat_bind compat_muc_admin compat_vcard component_client
-       component_roundrobin conformance_restricted couchdb data_access
-       default_bookmarks default_vcard discoitems dwd email_pass extdisco
-       firewall flash_policy group_bookmarks host_blacklist host_guard
-       http_altconnect http_dir_listing http_favicon http_user_count
-       idlecompat incidents_handling inotify_reload ipcheck isolate_host
-       jid_prep json_streams lastlog latex lib_ldap limits list_inactive
-       listusers log_auth log_messages_sql log_sasl_mech mam mam_adhoc
-       mam_muc mam_muc_sql mam_sql manifesto message_logging
-       motd_sequential muc_ban_ip muc_config_restrict muc_intercom
-       muc_limits muc_log muc_log_http net_dovecotauth offline_email
-       onhold onions openid password_policy pastebin post_msg
-       pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode
-       pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_twitter
-       readonly register_json register_redirect register_web
-       reload_modules remote_roster require_otr roster_command
-       s2s_auth_compat s2s_auth_dane s2s_auth_dnssec_srv
-       s2s_auth_fingerprint s2s_blacklist s2s_idle_timeout s2s_keepalive
-       s2s_keysize_policy s2s_log_certs s2s_never_encrypt_blacklist
-       s2soutinjection s2s_reload_newcomponent s2s_whitelist saslauth_muc
-       saslname seclabels secure_interfaces server_contact_info
-       server_status service_directories sift smacks sms_clickatell
-       srvinjection stanza_counter statistics storage_ldap storage_memory
+       candy captcha_registration carbons carbons_adhoc carbons_copies
+       checkcerts client_certs compat_bind compat_muc_admin compat_vcard
+       component_client component_roundrobin conformance_restricted
+       couchdb data_access default_bookmarks default_vcard discoitems dwd
+       email_pass extdisco firewall flash_policy group_bookmarks
+       host_blacklist host_guard http_altconnect http_dir_listing
+       http_favicon http_user_count idlecompat incidents_handling
+       inotify_reload ipcheck isolate_host jid_prep json_streams lastlog
+       latex lib_ldap limits list_inactive listusers log_auth
+       log_messages_sql log_sasl_mech mam mam_adhoc mam_muc mam_muc_sql
+       mam_sql manifesto message_logging motd_sequential muc_ban_ip
+       muc_config_restrict muc_intercom muc_limits muc_log muc_log_http
+       net_dovecotauth offline_email onhold onions openid password_policy
+       pastebin post_msg pubsub_eventsource pubsub_feeds pubsub_github
+       pubsub_googlecode pubsub_hub pubsub_mqtt pubsub_pivotaltracker
+       pubsub_twitter readonly register_json register_redirect
+       register_web reload_modules remote_roster require_otr
+       roster_command s2s_auth_compat s2s_auth_dane s2s_auth_fingerprint
+       s2s_blacklist s2s_idle_timeout s2s_keepalive s2s_keysize_policy
+       s2s_log_certs s2s_never_encrypt_blacklist s2soutinjection
+       s2s_reload_newcomponent s2s_whitelist saslauth_muc saslname
+       seclabels secure_interfaces server_contact_info server_status
+       service_directories sift smacks sms_clickatell srvinjection
+       stanza_counter statistics storage_ldap storage_memory
        storage_mongodb streamstats strict_https support_contact
        swedishchef tcpproxy telnet_tlsinfo throttle_presence
        turncredentials twitter uptime_presence vjud watchuntrusted

Reply via email to