comparison mod_rest/res/openapi.yaml @ 4938:bc8832c6696b

upstream merge
author Goffi <goffi@goffi.org>
date Wed, 11 May 2022 12:44:32 +0200
parents a85efae90e21
children 2ff1fa824c5d
comparison
equal deleted inserted replaced
4913:3ddab718f717 4938:bc8832c6696b
134 134
135 /rest/extdisco/{to}: 135 /rest/extdisco/{to}:
136 get: 136 get:
137 tags: 137 tags:
138 - query 138 - query
139 summary: Query a message archive 139 summary: Query for external services (usually STUN and TURN)
140 security: 140 security:
141 - basic: [] 141 - basic: []
142 - token: [] 142 - token: []
143 parameters: 143 parameters:
144 - $ref: '#/components/parameters/to' 144 - $ref: '#/components/parameters/to'
281 vcard_update: 281 vcard_update:
282 $ref: '#/components/schemas/vcard_update' 282 $ref: '#/components/schemas/vcard_update'
283 idle_since: 283 idle_since:
284 $ref: '#/components/schemas/idle_since' 284 $ref: '#/components/schemas/idle_since'
285 285
286 join: 286 muc:
287 $ref: '#/components/schemas/join' 287 $ref: '#/components/schemas/muc'
288 288
289 error: 289 error:
290 $ref: '#/components/schemas/error' 290 $ref: '#/components/schemas/error'
291 291
292 iq: 292 iq:
508 xml: 508 xml:
509 name: replace 509 name: replace
510 namespace: urn:xmpp:message-correct:0 510 namespace: urn:xmpp:message-correct:0
511 x_single_attribute: id 511 x_single_attribute: id
512 512
513 join: 513 muc:
514 description: For joining Multi-User-Chats 514 description: Multi-User-Chat related
515 type: boolean 515 type: object
516 enum: 516 xml:
517 - true 517 name: x
518 namespace: http://jabber.org/protocol/muc
519 properties:
520 history:
521 type: object
522 properties:
523 maxchars:
524 type: integer
525 minimum: 0
526 xml:
527 attribute: true
528 maxstanzas:
529 type: integer
530 minimum: 0
531 xml:
532 attribute: true
533 seconds:
534 type: integer
535 minimum: 0
536 xml:
537 attribute: true
538 since:
539 type: string
540 format: date-time
541 xml:
542 attribute: true
543
518 544
519 invite: 545 invite:
520 type: object 546 type: object
521 description: Invite to a group chat 547 description: Invite to a group chat
522 required: 548 required: