servers/prosody.lua

Mon, 04 Oct 2010 02:42:33 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 04 Oct 2010 02:42:33 +0100
changeset 12
6aa8ee63fa62
parent 0
ba1cc6ad649d
permissions
-rw-r--r--

servers/jabberd14.lua: Give specific branch versions

function testers.prosody()
	if test(q_invalid_xml, literal " id=''")
		and test(q_invalid_host, "This server does not serve")
		and not test(q_invalid_xml, " from=") then
		server_name = "Prosody";
		if not test(q_invalid_host, literal "><?xml") then
			server_min_version = "0.6";
		end
	end
end

mercurial