Skip to content

Commit 4d95cc1

Browse files
committed
Fix archors to mod_mam (was mod_mam_meta) in migrations
1 parent d86b9f0 commit 4d95cc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: doc/migrations/4.0.1_4.1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Since release 4.1.0, we are no longer supporting the `*.cfg` MongooseIM configur
2222

2323
* [`mod_http_upload.max_file_size`](../modules/mod_http_upload.md#modulesmod_http_uploadmax_file_size): `undefined` is no longer allowed
2424

25-
* [`mod_mam_meta.user_prefs_store`](../modules/mod_mam.md#modulesmod_mam_metauser_prefs_store): `false` is no longer allowed
25+
* [`mod_mam_meta.user_prefs_store`](../modules/mod_mam.md#modulesmod_mamuser_prefs_store): `false` is no longer allowed (note: the module is called `mod_mam` in the most recent versions)
2626

2727
* [`mod_muc_light.config_schema`](../modules/mod_muc_light.md#modulesmod_muc_lightconfig_schema): the usage of `value` and `type` fields was replaced with one of the following fields: `string_value`, `integer_value` or `float_value`
2828

Diff for: doc/migrations/4.1.0_4.2.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ALTER TABLE inbox
2323

2424
### Archived groupchat messages in `mod_mam`
2525

26-
The [`archive_groupchats`](../modules/mod_mam.md#modulesmod_mam_metapmarchive_groupchats) option is now set to `false` by default, as documented.
26+
The [`archive_groupchats`](../modules/mod_mam.md#modulesmod_mampmarchive_groupchats) option is now set to `false` by default, as documented.
2727
Before the change, the private message (PM) archive stored incoming groupchat messages as well, contrary to the documentation.
2828
After the upgrade you can manually remove those messages from the database.
2929
For example, when the MUC domain is `muc.localhost` and `rdbms_message_format` has the default value `internal`, one can remove such messages with the following query:

Diff for: doc/migrations/5.0.0_5.1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The rules for overriding global options in the `host_config` section have been s
5151

5252
* `mod_auth_token` has a new configuration format - if you are using this module, amend the [`validity_period`](../modules/mod_auth_token.md#modulesmod_auth_tokenvalidity_period) option.
5353
* `mod_event_pusher` has an updated configuration format - the `backend` subsection is removed and the `http` backend has a new `handlers` option. Adjust your configuration according to [`mod_event_pusher`](../modules/mod_event_pusher.md) documentation.
54-
* `mod_mam_meta` does not have the `rdbms_message_format` and `simple` options anymore. Use [`db_jid_format`](../modules/mod_mam.md#modulesmod_mam_metadb_jid_format) and [`db_message_format`](../modules/mod_mam.md#modulesmod_mam_metadb_message_format) instead.
54+
* `mod_mam_meta` does not have the `rdbms_message_format` and `simple` options anymore. Use [`db_jid_format`](../modules/mod_mam.md#modulesmod_mamdb_jid_format) and [`db_message_format`](../modules/mod_mam.md#modulesmod_mamdb_message_format) instead. (note: the module is called `mod_mam` in the most recent versions).
5555
* `mod_shared_roster_ldap` all options have their `ldap_` prefix dropped.
5656
* `mod_vcard` LDAP options are moved into an LDAP subsection.
5757

0 commit comments

Comments
 (0)