File

spec/util_poll_spec.lua @ 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 (2022-05-03)
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source
describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);