From 8c6e64a3d2adf8f896dea2bbffd575e0696722e9 Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Tue, 26 Sep 2023 13:25:27 +0200 Subject: [PATCH] Small fixes and typos to the feature branch --- doc/configuration/Modules.md | 3 +++ test/common/config_parser_helper.erl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/configuration/Modules.md b/doc/configuration/Modules.md index 98baae28511..16755905544 100644 --- a/doc/configuration/Modules.md +++ b/doc/configuration/Modules.md @@ -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). diff --git a/test/common/config_parser_helper.erl b/test/common/config_parser_helper.erl index fdebf5f4136..aa0f3da6875 100644 --- a/test/common/config_parser_helper.erl +++ b/test/common/config_parser_helper.erl @@ -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 => <<"">>,