servers/jabber_xcp.lua

Thu, 18 Feb 2010 16:02:11 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 18 Feb 2010 16:02:11 +0000
changeset 0
ba1cc6ad649d
permissions
-rw-r--r--

Initial commit (dedicated to darkrain)

function testers.jabber_xcp()
	if test(q_empty_message_tag, literal "<bad-format ") and test(q_empty_message_tag, literal "Invalid stream header</text>") then
		server_name = "Jabber XCP";
	end
end

mercurial