servers/djabberd.lua

Fri, 10 Aug 2012 13:03:06 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 10 Aug 2012 13:03:06 +0100
changeset 16
872dc69f6039
parent 0
ba1cc6ad649d
permissions
-rw-r--r--

Add Facebook fingerprints (and move test for FBv1 from the ejabberd fingerprint)

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