servers/prosody.lua

Thu, 18 Feb 2010 16:02:11 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 18 Feb 2010 16:02:11 +0000
changeset 0
ba1cc6ad649d
permissions
-rw-r--r--

Initial commit (dedicated to darkrain)

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