Skip to content

Commit

Permalink
Merge pull request #3400 from esl/doc/fix_bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
gustawlippa authored Nov 16, 2021
2 parents 64d10a0 + 86783bb commit eacb079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/open-extensions/inbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,10 @@ Setting properties is done using the standard XMPP pattern of `iq-query` and `iq
</query>
</iq>
```
Where `Property` and `Value` are a list of key-value pairs as follows:
where `Property` and `Value` are a list of key-value pairs as follows:

- `archive`: `true` or `false`
- `mute`: number of seconds to mute for. Choose `0` for unmuting.
- `mute`: number of _seconds_ to mute for. Choose `0` for unmuting.
- `read` (adjective, not verb): `true` or `false`. Setting to true essentially sets the unread-count to `0`, `false` sets the unread-count to `1` (if it was equal to `0`, otherwise it lefts it unchanged). No other possibilities are offered, to reduce the risk of inconsistencies or problems induced by a faulty client.

*Note* that resetting the inbox count will not be forwarded. While a chat marker will be forwarded to the interlocutor(s), (including the case of a big groupchat with thousands of participants), this reset stanza will not.
Expand Down

0 comments on commit eacb079

Please sign in to comment.