diff options
author | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2013-11-02 01:27:57 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2013-11-02 01:27:57 +0700 |
commit | b26d0e57dab802e8b34eb6d96c9cbe619a2a7319 (patch) | |
tree | 17ce995b045e60d6ea3ce6d16ce79226db61e9b1 /net-im | |
parent | [net-im/prosody-modules] Added some modules (diff) | |
download | lua-b26d0e57dab802e8b34eb6d96c9cbe619a2a7319.tar.gz lua-b26d0e57dab802e8b34eb6d96c9cbe619a2a7319.tar.bz2 lua-b26d0e57dab802e8b34eb6d96c9cbe619a2a7319.zip |
[net-im/prosody-modules] Added some modules
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody-modules/prosody-modules-9999.ebuild | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index 66b9003..f0f612f 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -26,26 +26,26 @@ PROSODY_MODULES=" component_roundrobin conformance_restricted couchdb data_access default_bookmarks default_vcard discoitems dwd extdisco firewall flash_policy group_bookmarks host_blacklist host_guard - http_dir_listing http_favicon incidents_handling inotify_reload - ipcheck isolate_host jid_prep json_streams lastlog latex lib_ldap - limits listusers log_auth log_messages_sql mam mam_adhoc mam_muc - mam_muc_sql mam_sql 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_pivotaltracker pubsub_twitter - readonly register_json register_redirect register_web - reload_modules remote_roster roster_command s2s_auth_compat - 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 saslauth_muc seclabels secure_interfaces - server_contact_info server_status service_directories sift smacks - sms_clickatell srvinjection stanza_counter statistics storage_ldap - storage_mongodb streamstats strict_https support_contact - swedishchef tcpproxy telnet_tlsinfo throttle_presence - turncredentials twitter uptime_presence vjud watchuntrusted - webpresence websocket + http_altconnect http_dir_listing http_favicon incidents_handling + inotify_reload ipcheck isolate_host jid_prep json_streams lastlog + latex lib_ldap limits listusers log_auth log_messages_sql mam + mam_adhoc mam_muc mam_muc_sql mam_sql 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_pivotaltracker pubsub_twitter readonly + register_json register_redirect register_web reload_modules + remote_roster roster_command s2s_auth_compat 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 saslauth_muc seclabels + secure_interfaces server_contact_info server_status + service_directories sift smacks sms_clickatell srvinjection + stanza_counter statistics storage_ldap storage_mongodb streamstats + strict_https support_contact swedishchef tcpproxy telnet_tlsinfo + throttle_presence turncredentials twitter uptime_presence vjud + watchuntrusted webpresence websocket " |