Skip to content

Commit

Permalink
Fix various typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jsautret committed Jun 26, 2024
1 parent ff6d2c0 commit 27b7998
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions content/admin/configuration/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ authentication:
advantage of SASL Anonymous is that the protocol was designed to
give the user a login. This is useful to avoid in some case, where
the server has many users already logged or registered and when it
is hard to find a free username. The main disavantage is that you
is hard to find a free username. The main disadvantage is that you
need a client that specifically supports the SASL Anonymous
protocol.

Expand Down Expand Up @@ -286,7 +286,7 @@ introduces some security issues:
- You may want to allow login access only for certain users.
`pam_listfile.so` module provides such functionality.

- If you use `pam_winbind` to authorise against a Windows Active
- If you use `pam_winbind` to authorize against a Windows Active
Directory, then `/etc/nsswitch.conf` must be configured to use
`winbind` as well.

Expand Down
18 changes: 9 additions & 9 deletions content/admin/configuration/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This module provides additional administrative commands.

Details for some commands:

- *ban-acount*: This command kicks all the connected sessions of the
- *ban-account*: This command kicks all the connected sessions of the
account from the server. It also changes their password to a
randomly generated one, so they can’t login anymore unless a server
administrator changes their password again. It is possible to define
Expand All @@ -36,7 +36,7 @@ Details for some commands:
System, place the file on the same directory where the .beam files
are installed. See below an example roster file.

- *srg-create*: If you want to put a group Name with blankspaces, use
- *srg-create*: If you want to put a group Name with blank spaces, use
the characters "' and '" to define when the Name starts and ends.
See an example below.

Expand Down Expand Up @@ -1176,7 +1176,7 @@ archived as usual. The default value is *false*.
Same as top-level [use_cache](toplevel.md#use_cache) option, but applied to this module only.

- **user\_mucsub\_from\_muc\_archive**: *true | false*
When this option is disabled, for each individual subscriber a separa
When this option is disabled, for each individual subscriber a separate
mucsub message is stored. With this option enabled, when a user fetches
archive virtual mucsub, messages are generated from muc archives. The
default value is *false*.
Expand Down Expand Up @@ -1746,7 +1746,7 @@ reached. The default limit is *5*.

- **max\_users\_presence**: *Number*
This option defines after how many users in the room, it is considered
overcrowded. When a MUC room is considered overcrowed, presence
overcrowded. When a MUC room is considered overcrowded, presence
broadcasts are limited to reduce load, traffic and excessive presence
"storm" received by participants. The default value is *1000*.

Expand Down Expand Up @@ -2117,15 +2117,15 @@ are discarded, and a <resource-constraint/> error is returned to
the sender. The default value is *max\_user\_offline\_messages*.

- **bounce\_groupchat**: *true | false*
This option is use the disable an optimisation that avoids bouncing
This option is use the disable an optimization that avoids bouncing
error messages when groupchat messages could not be stored as offline.
It will reduce chat room load, without any drawback in standard use
cases. You may change default value only if you have a custom module
which uses offline hook after *mod\_offline*. This option can be useful
for both standard MUC and MucSub, but the bounce is much more likely to
happen in the context of MucSub, so it is even more important to have it
on large MucSub services. The default value is *false*, meaning the
optimisation is enabled.
optimization is enabled.

- **cache\_life\_time**: *timeout()*
Same as top-level [cache_life_time](toplevel.md#cache_life_time) option, but applied to this module
Expand Down Expand Up @@ -2745,7 +2745,7 @@ generate, for example, APNS or FCM notifications directly. Instead, it’s
designed to work with so-called "app servers" operated by third-party
vendors of mobile apps. Those app servers will usually trigger
notification delivery to the user’s mobile device using
platform-dependant backend services such as FCM or APNS.
platform-dependent backend services such as FCM or APNS.

__Available options:__

Expand Down Expand Up @@ -3457,12 +3457,12 @@ mod\_stream\_mgmt
This module adds support for [XEP-0198: Stream
Management](https://xmpp.org/extensions/xep-0198.html). This protocol
allows active management of an XML stream between two XMPP entities,
including features for stanza acknowledgements and stream resumption.
including features for stanza acknowledgments and stream resumption.

__Available options:__

- **ack\_timeout**: *timeout()*
A time to wait for stanza acknowledgements. Setting it to *infinity*
A time to wait for stanza acknowledgments. Setting it to *infinity*
effectively disables the timeout. The default value is *1* minute.

- **cache\_life\_time**: *timeout()*
Expand Down
2 changes: 1 addition & 1 deletion content/admin/guide/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ it permanently removed. It's then immediately stopped.
### Restarting cluster nodes

Ejabberd Community Server uses mnesia internal database to manage cluster
and internode synchronisation. As a result, you may restart ejabberd nodes
and internode synchronization. As a result, you may restart ejabberd nodes
as long as there is at least one running node. If you stop the last running
node of a cluster, you MUST restart that node first in order to get a running
service back.
Expand Down
2 changes: 1 addition & 1 deletion content/admin/guide/managing.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ create and restore backups, view server statistics, …
/admin: ejabberd_web_admin
```
3. Open the Web Admin page in your favourite web browser.
3. Open the Web Admin page in your favorite web browser.
The exact address depends on your configuration;
in this example the address is: `https://example.net:5443/admin/`
Expand Down

0 comments on commit 27b7998

Please sign in to comment.