servers/isode_mlink.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.isode_mlink()
	if test(q_empty_message_tag, literal "<bad-format ") and test(q_empty_message_tag, "^<stream:error>") then
		server_name = "Isode M-Link";
	end
end

mercurial