servers/djabberd.lua

1
2
3
4
5
6
function testers.djabberd()
	if not test(q_invalid_xml, ".") and not test(q_invalid_host, ".") then -- djabberd says nothing
		server_name = "djabberd";
		server_comment "djabberd is not very talkative, so this is an assumption";
	end
end