Mercurial > prosody-modules
comparison mod_rest/res/openapi.yaml @ 5080:ce9b836f66d5
mod_rest: Fix JSON conversion of 'displayed' chat marker
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Oct 2022 16:21:59 +0200 |
parents | 0989dea9b356 |
children | 09dd378748b8 |
comparison
equal
deleted
inserted
replaced
5079:0aee099f270d | 5080:ce9b836f66d5 |
---|---|
1094 displayed: | 1094 displayed: |
1095 type: string | 1095 type: string |
1096 description: Message ID of a message that has been displayed | 1096 description: Message ID of a message that has been displayed |
1097 xml: | 1097 xml: |
1098 namespace: urn:xmpp:chat-markers:0 | 1098 namespace: urn:xmpp:chat-markers:0 |
1099 x_single_attribute: id | |
1099 | 1100 |
1100 idle_since: | 1101 idle_since: |
1101 type: string | 1102 type: string |
1102 xml: | 1103 xml: |
1103 namespace: urn:xmpp:idle:1 | 1104 namespace: urn:xmpp:idle:1 |