# HG changeset patch # User Kim Alvefur # Date 1672502620 -3600 # Node ID cf471494683157a93e1a746b03cec1530f745874 # Parent 8d5b9245275d176e127237c45e9a61d3341833a0 mod_rest: Add XEP-0461 to OpenAPI Gotta keep up with schema-xmpp.json diff -r 8d5b9245275d -r cf4714946831 mod_rest/res/openapi.yaml --- a/mod_rest/res/openapi.yaml Sat Dec 31 17:02:36 2022 +0100 +++ b/mod_rest/res/openapi.yaml Sat Dec 31 17:03:40 2022 +0100 @@ -324,6 +324,8 @@ $ref: '#/components/schemas/stanza_ids' reference: $ref: '#/components/schemas/reference' + reply: + $ref: '#/components/schemas/reply' markable: $ref: '#/components/schemas/markable' displayed: @@ -1138,6 +1140,23 @@ - type - uri + reply: + title: 'XEP-0461: Message Replies' + description: Reference a message being replied to + type: object + xml: + name: reply + namespace: urn:xmpp:reply:0 + properties: + to: + type: string + xml: + attribute: true + id: + type: string + xml: + attribute: true + markable: type: boolean xml: