# HG changeset patch # User Kim Alvefur # Date 1398562922 -7200 # Node ID 528721aaea4698c411f0fab71f553f93e3a21c38 # Parent 85a5df9cc05fa18b535b27264856bef06b1fdf67 a bunch of pages: strip trailing whitespace diff -r 85a5df9cc05f -r 528721aaea46 mod_adhoc.wiki --- a/mod_adhoc.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_adhoc.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -16,10 +16,10 @@ = Usage = First copy (or symlink) the directory "adhoc" which contains mod_adhoc to your plugins directory. -Load mod_adhoc and then any module which provides an adhoc command, such as +Load mod_adhoc and then any module which provides an adhoc command, such as mod_adhoc_cmd_ping. -If you want to build your own adhoc command, just register your adhoc command module with +If you want to build your own adhoc command, just register your adhoc command module with module:add_item and a descriptor for your command. A descriptor can be created like this: diff -r 85a5df9cc05f -r 528721aaea46 mod_adhoc_account_management.wiki --- a/mod_adhoc_account_management.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_adhoc_account_management.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -3,10 +3,10 @@ = Introduction = -This module adds an ad-hoc command that lets an user change their +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 [http://xmpp.org/extensions/xep-0077.html XEP-0077] style password -changing. In the future, it may provide other account management +changing. In the future, it may provide other account management commands. = Configuration = @@ -30,4 +30,4 @@ = Todo = -Suggestions welcome, +Suggestions welcome, diff -r 85a5df9cc05f -r 528721aaea46 mod_auth_ccert.wiki --- a/mod_auth_ccert.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_auth_ccert.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -3,7 +3,7 @@ = Introduction = -This module implements PKI-style client certificate authentication. +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. diff -r 85a5df9cc05f -r 528721aaea46 mod_auto_accept_subscriptions.wiki --- a/mod_auto_accept_subscriptions.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_auto_accept_subscriptions.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -3,7 +3,7 @@ = Introduction = -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 +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. This module sets Prosody to automatically accept incoming subscription authorization requests, and add the contact to the user's contact list, without intervention from the user. diff -r 85a5df9cc05f -r 528721aaea46 mod_captcha_registration.wiki --- a/mod_captcha_registration.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_captcha_registration.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -34,4 +34,4 @@ After this all you can try to register on your server and see the captcha. = TODO = - * Maybe use recaptcha instead of libgd. \ No newline at end of file + * Maybe use recaptcha instead of libgd. \ No newline at end of file diff -r 85a5df9cc05f -r 528721aaea46 mod_discoitems.wiki --- a/mod_discoitems.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_discoitems.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -1,32 +1,32 @@ -#summary Manually override the list of service discovery items -#labels Stage-Beta - -= Introduction = - -This Prosody plugin lets you manually override the service discovery items for a host. - -= Usage = - -Simply add `"discoitems"` to your modules_enabled list. Then add the `disco_items` option to hosts for which you wish to override the default response. - -Note: mod_disco in Prosody 0.8+ supports the `disco_items` option; this plugin changes the behavior from appending items to replacing items - -= Configuration = - -The `disco_items` option can be added to relevant hosts: - -{{{ -disco_items = { - {"proxy.eu.jabber.org", "Jabber.org SOCKS5 service"}; - {"conference.jabber.org", "The Jabber.org MUC"}; -} -}}} - -The format for individual items is `{JID, display-name}`. The display-name can be omitted: `{JID}`. - -= Compatibility = -||0.8||Works|| -||0.7||Works|| -||0.6||Works|| -||0.5||Should work|| - +#summary Manually override the list of service discovery items +#labels Stage-Beta + += Introduction = + +This Prosody plugin lets you manually override the service discovery items for a host. + += Usage = + +Simply add `"discoitems"` to your modules_enabled list. Then add the `disco_items` option to hosts for which you wish to override the default response. + +Note: mod_disco in Prosody 0.8+ supports the `disco_items` option; this plugin changes the behavior from appending items to replacing items + += Configuration = + +The `disco_items` option can be added to relevant hosts: + +{{{ +disco_items = { + {"proxy.eu.jabber.org", "Jabber.org SOCKS5 service"}; + {"conference.jabber.org", "The Jabber.org MUC"}; +} +}}} + +The format for individual items is `{JID, display-name}`. The display-name can be omitted: `{JID}`. + += Compatibility = +||0.8||Works|| +||0.7||Works|| +||0.6||Works|| +||0.5||Should work|| + diff -r 85a5df9cc05f -r 528721aaea46 mod_flash_policy.wiki --- a/mod_flash_policy.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_flash_policy.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -23,8 +23,8 @@ = Caveats/Todos/Bugs = - * The assumption is made that the first packet received will always -contain the policy request data, and all of it. This isn't robust -against fragmentation, but on the other hand I highly doubt you'll be + * The assumption is made that the first packet received will always +contain the policy request data, and all of it. This isn't robust +against fragmentation, but on the other hand I highly doubt you'll be seeing that with such a small packet. * Only tested by me on a single server :) \ No newline at end of file diff -r 85a5df9cc05f -r 528721aaea46 mod_host_guard.wiki --- a/mod_host_guard.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_host_guard.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -4,7 +4,7 @@ = Details = As often it's undesiderable to employ only whitelisting logics in public environments, this module let's you more selectively -restrict access to your hosts (component or server host) either disallowing access completely (with optional exceptions) or +restrict access to your hosts (component or server host) either disallowing access completely (with optional exceptions) or blacklisting certain sources. = Usage = diff -r 85a5df9cc05f -r 528721aaea46 mod_http_favicon.wiki --- a/mod_http_favicon.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_http_favicon.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -2,12 +2,12 @@ = Introduction = -This simple module serves a `favicon.ico` from prosodys HTTP server and +This simple module serves a `favicon.ico` from prosodys HTTP server and nothing else. = Configuring = -Simply load the module. The icon can be replaced by adding a `favicon` +Simply load the module. The icon can be replaced by adding a `favicon` option to the config. {{{ diff -r 85a5df9cc05f -r 528721aaea46 mod_post_msg.wiki --- a/mod_post_msg.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_post_msg.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -18,4 +18,4 @@ Some code borrowed from mod_webpresence - + diff -r 85a5df9cc05f -r 528721aaea46 mod_pubsub_feeds.wiki --- a/mod_pubsub_feeds.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_pubsub_feeds.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -13,7 +13,7 @@ {{{ Component "pubsub.example.com" "pubsub" modules_enabled = { "pubsub_feeds" } - + feeds = { planet_jabber = "http://planet.jabber.org/atom.xml"; prosody_blog = "http://blog.prosody.im/feed/atom.xml"; diff -r 85a5df9cc05f -r 528721aaea46 mod_pubsub_twitter.wiki --- a/mod_pubsub_twitter.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_pubsub_twitter.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -12,7 +12,7 @@ {{{ Component "pubsub.example.com" "pubsub" modules_enabled = { "pubsub_twitter" } - + twitter_searches = { realtime = "xmpp OR realtime"; prosody = "prosody xmpp"; diff -r 85a5df9cc05f -r 528721aaea46 mod_s2s_auth_dnssec_srv.wiki --- a/mod_s2s_auth_dnssec_srv.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_s2s_auth_dnssec_srv.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -5,13 +5,13 @@ *This module has been merged into [mod_s2s_auth_dane].* -This module implements Secure Delegation using DNS SRV as described in +This module implements Secure Delegation using DNS SRV as described in [http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations]. = Dependecies = -This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS -module does not support DNSSEC. Therefore, to use this module, a +This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS +module does not support DNSSEC. Therefore, to use this module, a replacement is needed, such as [http://code.zash.se/luaunbound this libunbound and LuaJIT FFI based one]. diff -r 85a5df9cc05f -r 528721aaea46 mod_s2s_blackwhitelist.wiki --- a/mod_s2s_blackwhitelist.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_s2s_blackwhitelist.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -3,7 +3,7 @@ = Introduction = -This module adds the functionality of blacklist and whitelist for new server to server connections (federation). +This module adds the functionality of blacklist and whitelist for new server to server connections (federation). = Details = @@ -30,7 +30,7 @@ s2s_whitelist = { "abc.net", "gmail.com", "xyz.net" } }}} -For blacklist, +For blacklist, {{{ s2s_blacklist = { "gmail.com", "xyz.com" } diff -r 85a5df9cc05f -r 528721aaea46 mod_storage_ldap.wiki --- a/mod_storage_ldap.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_storage_ldap.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -19,4 +19,4 @@ * groups.basedn * vcard_format (optional) -See the README.md distributed with [mod_lib_ldap] for details. +See the README.md distributed with [mod_lib_ldap] for details. diff -r 85a5df9cc05f -r 528721aaea46 mod_webpresence.wiki --- a/mod_webpresence.wiki Sun Apr 27 03:41:43 2014 +0200 +++ b/mod_webpresence.wiki Sun Apr 27 03:42:02 2014 +0200 @@ -28,7 +28,7 @@ To get html code, containig status name, status image and status message (if set): {{{http://prosody.example.com:5280/status/john.smith/html}}} -All other +All other = Compatibility = ||0.9||Works|| ||0.8||Works||