Skip to content

Commit

Permalink
Add a comment on the IDs deduced for message_as_implicit_marker
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Feb 24, 2022
1 parent a8423ea commit 69f904f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/modules/mod_smart_markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<stanza-id>` as the ID for chat markers. This server will implement exactly that case.

### `modules.mod_smart_markers.keep_private`
* **Syntax:** boolean
* **Default:** `false`
Expand Down

0 comments on commit 69f904f

Please sign in to comment.