Skip to content

Commit

Permalink
Small fixes and typos to the feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Sep 26, 2023
1 parent aa5425a commit 8c6e64a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/configuration/Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ It requires [mod_keystore](../modules/mod_keystore.md) as an actual key database
### [mod_blocking](../modules/mod_blocking.md)
Implements [XEP-0191: Blocking Command](http://xmpp.org/extensions/xep-0191.html), a simplified interface to privacy lists.

### [mod_bind2](../modules/mod_bind2.md)
Implements [XEP-0386: Bind 2](http://xmpp.org/extensions/xep-0386.html).

### [mod_bosh](../modules/mod_bosh.md)
Allows users to connect to MongooseIM using BOSH (Bidirectional-streams Over Synchronous HTTP), the HTTP long-polling technique described in [XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH)](http://xmpp.org/extensions/xep-0124.html) and [XEP-0206: XMPP Over BOSH](http://xmpp.org/extensions/xep-0206.html).

Expand Down
2 changes: 1 addition & 1 deletion test/common/config_parser_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ default_mod_config(mod_register) ->
password_strength => 0, ip_access => []};
default_mod_config(mod_roster) ->
#{iqdisc => one_queue, versioning => false, store_current_id => false, backend => mnesia};
default_mod_config(mod_sasl) ->
default_mod_config(mod_sasl2) ->
#{};
default_mod_config(mod_shared_roster_ldap) ->
#{pool_tag => default, deref => never, filter => <<"">>,
Expand Down

0 comments on commit 8c6e64a

Please sign in to comment.