servers/prosody.lua

changeset 0
ba1cc6ad649d
equal deleted inserted replaced
-1:000000000000 0:ba1cc6ad649d
1 function testers.prosody()
2 if test(q_invalid_xml, literal " id=''")
3 and test(q_invalid_host, "This server does not serve")
4 and not test(q_invalid_xml, " from=") then
5 server_name = "Prosody";
6 if not test(q_invalid_host, literal "><?xml") then
7 server_min_version = "0.6";
8 end
9 end
10 end
11

mercurial