Software /
code /
prosody-modules
Comparison
mod_rest/res/schema-xmpp.json @ 4633:63c91f2a86e5
mod_rest: Fix typo (thanks codespell)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 27 Jul 2021 00:22:30 +0200 |
parent | 4549:cce0e1ec8a74 |
child | 4720:71bec9c21dcd |
comparison
equal
deleted
inserted
replaced
4632:ab7dc5c5c782 | 4633:63c91f2a86e5 |
---|---|
341 } | 341 } |
342 }, | 342 }, |
343 "required" : [ | 343 "required" : [ |
344 "jid" | 344 "jid" |
345 ], | 345 ], |
346 "titel" : "XEP-0249: Direct MUC Invitations", | 346 "title" : "XEP-0249: Direct MUC Invitations", |
347 "type" : "object", | 347 "type" : "object", |
348 "xml" : { | 348 "xml" : { |
349 "name" : "x", | 349 "name" : "x", |
350 "namespace" : "jabber:x:conference" | 350 "namespace" : "jabber:x:conference" |
351 } | 351 } |