File

spec/util_poll_spec.lua @ 11760:d66738eeb875

mod_mam: Suppress offline message broadcast for MAM clients MattJ on 09:34:24 > Zash: I think as a first step, offline messages should not be sent to > clients that request MAM https://chat.modernxmpp.org/log/modernxmpp/2021-08-31#2021-08-31-8518a542bd283686
author Kim Alvefur <zash@zash.se>
date Tue, 31 Aug 2021 11:38:09 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);