Software /
code /
prosody
File
teal-src/util/json.d.tl @ 12488:3183f358a88f 0.12
util.prosodyctl.check: turn: Report lack of TURN services as a problem #1749
Rationale: It seems unlikely that someone who has not configured any
TURN service runs 'prosodyctl check turn' expecting this to be okay.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 03 May 2022 19:36:17 +0200 |
parent | 11460:a8b4e04bc044 |
line wrap: on
line source
local record lib encode : function (any) : string decode : function (string) : any, string enum json_type_name "null" "boolean" "object" "array" "number" "string" "integer" end type null_type = (nil) null : null_type end return lib