servers/prosody.lua

Fri, 10 Aug 2012 13:03:06 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 10 Aug 2012 13:03:06 +0100
changeset 16
872dc69f6039
parent 0
ba1cc6ad649d
permissions
-rw-r--r--

Add Facebook fingerprints (and move test for FBv1 from the ejabberd fingerprint)

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