Software /
code /
prosody
File
teal-src/util/format.d.tl @ 11933:f752427a5214
mod_external_services: Warn about missing recommended fields
These are RECOMMENDED in XEP-0215 so most likely a mistake if they are
left out.
Of the two REQUIRED fields, 'host' falls back to module.host and 'type'
rejects the whole item.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 24 Nov 2021 13:43:13 +0100 |
parent | 11432:113f3912c7cb |
line wrap: on
line source
local record lib format : function (string, ... : any) : string end return lib