servers/djabberd.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.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

mercurial