servers/prosody.lua

Thu, 12 Aug 2010 09:08:55 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 12 Aug 2010 09:08:55 +0100
changeset 7
015150645930
parent 0
ba1cc6ad649d
permissions
-rw-r--r--

Add definition for Coversant Soapbox

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