Software /
code /
prosody
File
teal-src/util/interpolation.d.tl @ 11744:5f99aa6bb76d
mod_muc_mam: Omit queryid attribute from <fin/>
Since version 0.4 of XEP-0313, the <fin/> element is sent with the IQ
result and no longer has a queryid attribute.
author | Holger Weiss <holger@zedat.fu-berlin.de> |
---|---|
date | Fri, 06 Aug 2021 19:25:43 +0200 |
parent | 11432:113f3912c7cb |
line wrap: on
line source
local type renderer = function (string, { string : any }) : string local type filter = function (string, any) : string local record lib new : function (string, string, funcs : { string : filter }) : renderer end return lib