servers/tigase.lua

1
2
3
4
5
function testers.tigase()
	if test(q_invalid_host, literal " id='tigase-error-tigase'") and not test(q_empty_message_tag, "") then
		server_name = "Tigase";
	end
end