From 1b359c63b4a443c30dc63c716cc5271e5e0922ae Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Mon, 14 Feb 2022 17:43:13 +0100 Subject: [PATCH] Add a comment on the IDs deduced for message_as_implicit_marker --- doc/modules/mod_smart_markers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/modules/mod_smart_markers.md b/doc/modules/mod_smart_markers.md index ccf1f32d5ce..1e8dc6182e9 100644 --- a/doc/modules/mod_smart_markers.md +++ b/doc/modules/mod_smart_markers.md @@ -23,6 +23,8 @@ Strategy to handle incoming IQ requests. For details, please refer to This indicates if a message sent by a user should be implicitly considered as marking itself. Often, a user sending a message implicitly means the user has entered the chat and read the previous ones, so in many deployments this will probably be desired. +Note that, as described in [Usage within MUC](https://xmpp.org/extensions/xep-0333.html#rules-muc), if the room supports [Unique and Stable Stanza IDs (XEP-0359)](https://xmpp.org/extensions/xep-0359.html), markers should use the room's assigned `` as the ID for chat markers. This server will implement exactly that case. + ### `modules.mod_smart_markers.keep_private` * **Syntax:** boolean * **Default:** `false`