# HG changeset patch # User Kim Alvefur # Date 1517756727 -3600 # Node ID ea6b5321db500b7f08c670e654de39234c13e6de # Parent c3a039972b7415eeb3e8f5b4a1edce5a14b0fab1 README files: Fix typos diff -r c3a039972b74 -r ea6b5321db50 mod_alias/README.markdown --- a/mod_alias/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_alias/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -17,7 +17,7 @@ actually want to do. This doesn't require any special support on other clients or servers, -just the ability to recieve messages. +just the ability to receive messages. Configuration ============= diff -r c3a039972b74 -r ea6b5321db50 mod_auth_external/README.markdown --- a/mod_auth_external/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_auth_external/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -101,7 +101,7 @@ Note: The password can contain colons. Make sure to handle that. -ejabberd compatibilty +ejabberd compatibility --------------------- ejabberd implements a similar protocol. The main difference is that diff -r c3a039972b74 -r ea6b5321db50 mod_auth_ldap/README.markdown --- a/mod_auth_ldap/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_auth_ldap/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -36,7 +36,7 @@ ldap\_server Space-separated list of hostnames or IPs, optionally with port numbers (e.g. "localhost:8389") `"localhost"` ldap\_rootdn The distinguished name to auth against `""` (anonymous) ldap\_password Password for rootdn `""` - ldap\_filter Search filter, with `$user` and `$host` substituded for user- and hostname `"(uid=$user)"` + ldap\_filter Search filter, with `$user` and `$host` substituted for user- and hostname `"(uid=$user)"` ldap\_scope Search scope. other values: "base" and "onelevel" `"subtree"` ldap\_tls Enable TLS (StartTLS) to connect to LDAP (can be true or false). The non-standard 'LDAPS' protocol is not supported. `false` ldap\_mode How passwords are validated. `"bind"` diff -r c3a039972b74 -r ea6b5321db50 mod_c2s_limit_sessions/README.markdown --- a/mod_c2s_limit_sessions/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_c2s_limit_sessions/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -12,4 +12,4 @@ ============= After installing and adding the module to `modules_enabled` you can -specify a limit with `max_resources` wich defaults to 10. +specify a limit with `max_resources` which defaults to 10. diff -r c3a039972b74 -r ea6b5321db50 mod_csi/README.markdown --- a/mod_csi/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_csi/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -13,7 +13,7 @@ However this module does not do anything by itself. Deciding what things are considered "less urgent" is left to other modules. -- [mod\_throttle\_presence](/mod_throttle_presence.html) supresses +- [mod\_throttle\_presence](/mod_throttle_presence.html) suppresses presence updates - [mod\_filter\_chatstates](/mod_filter_chatstates.html) removes chat states (*Someone is typing...*) diff -r c3a039972b74 -r ea6b5321db50 mod_delegation/README.markdown --- a/mod_delegation/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_delegation/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -10,7 +10,7 @@ Namespace Delegation is an extension which allows server to delegate some features handling to an entity/component. Typical use case is an external PEP service, but it can be used more generally when your -prefered server lack one internal feature and you found an external +preferred server lack one internal feature and you found an external component which can do it. Details diff -r c3a039972b74 -r ea6b5321db50 mod_flash_policy/README.markdown --- a/mod_flash_policy/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_flash_policy/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -14,7 +14,7 @@ 584 is tricky because it requires root priviliges to set up a socket on a port \< 1024. -This plugins filters the incomming data from the flash client. So when +This plugins filters the incoming data from the flash client. So when the client connects with prosody it immediately sends a xml request string (`\0`). Prosody responds with a flash cross-domain-policy. See diff -r c3a039972b74 -r ea6b5321db50 mod_offline_email/README.markdown --- a/mod_offline_email/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_offline_email/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -45,7 +45,7 @@ ================== - Currently SMTP sending blocks the whole server. This should not be - noticable if your mail server is on the same machine as Prosody. + noticeable if your mail server is on the same machine as Prosody. - There is not (yet) any way to configure forwarding to an email address other than your JID (idea... use email address in vcard?) - Enable/disable this feature per user? diff -r c3a039972b74 -r ea6b5321db50 mod_presence_dedup/README.markdown --- a/mod_presence_dedup/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_presence_dedup/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -5,7 +5,7 @@ ... This module tries to squash incoming identical presence stanzas to save -some bandwith at the cost of increased memory use. +some bandwidth at the cost of increased memory use. Configuration ============= diff -r c3a039972b74 -r ea6b5321db50 mod_register_json/README.markdown --- a/mod_register_json/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_register_json/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -27,7 +27,7 @@ {"username":"usernameofchoice","password":"theuserpassword","ip":"theremoteaddroftheuser","mail":"usermail@usermaildomain.tld","auth\_token":"yourauthtokenofchoice"}\ Your form implementation needs to pass **all** parameters, the -auth\_token is needed to prevent misuses, if the request is successfull +auth\_token is needed to prevent misuses, if the request is successful the server will answer with status code 200 and with the body of the response containing the token which your web app can send via e-mail to the user to complete the registration. diff -r c3a039972b74 -r ea6b5321db50 mod_s2s_log_certs/README.markdown --- a/mod_s2s_log_certs/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_s2s_log_certs/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -7,7 +7,7 @@ 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. +optionally store this in persistent storage. **info** jabber.org has a trusted valid certificate with SHA1: 11:C2:3D:87:3F:95:F8:13:F8:CA:81:33:71:36:A7:00:E0:01:95:ED diff -r c3a039972b74 -r ea6b5321db50 mod_smacks_noerror/README.markdown --- a/mod_smacks_noerror/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_smacks_noerror/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -11,7 +11,7 @@ stanza when the hibernation times out. This leads to "message not delivered" errors displayed in clients. -When you are certain that *all* your clients use MAM, this is unneccessary and +When you are certain that *all* your clients use MAM, this is unnecessary and confuses users (the message will eventually be delivered via MAM). This module therefore monkeypatches mod_smacks to silently drop those diff -r c3a039972b74 -r ea6b5321db50 mod_telnet_tlsinfo/README.markdown --- a/mod_telnet_tlsinfo/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_telnet_tlsinfo/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -45,7 +45,7 @@ cipher The OpenSSL cipher string for the currently used cipher encryption Encryption algorithm used bits, algbits Secret bits involved in the cipher - authentication The authentication algoritm used + authentication The authentication algorithm used mac Message authentication algorithm used key Key exchange mechanism used. export Whethere an export cipher is used diff -r c3a039972b74 -r ea6b5321db50 mod_vjud/README.markdown --- a/mod_vjud/README.markdown Sun Feb 04 16:01:37 2018 +0100 +++ b/mod_vjud/README.markdown Sun Feb 04 16:05:27 2018 +0100 @@ -14,7 +14,7 @@ This module has two modes. One mode requires users to opt-in to be searchable, then allows users to search the list of those users. The -second mode allows search accross all users. +second mode allows search across all users. Usage =====