servers/jabberd2.lua

Sun, 05 Jun 2011 16:32:20 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 05 Jun 2011 16:32:20 +0100
changeset 14
a8f632e88555
parent 9
65f1e0f9338f
permissions
-rw-r--r--

servers/ejabberd.lua: Fix for ejabberd's requiring c2s TLS

function testers.jabberd2()
	if test(q_invalid_xml, literal ">syntax error</text></stream:error>")
	and test(q_empty_message_tag, literal "<bad-format ")
	and test(q_invalid_host, literal " id='") then
		server_name = "jabberd2";
	end
end

mercurial