servers/google_talk.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.google_talk()
	if test(q_invalid_xml, literal "Location: http://www.google.com/talk/") then
		server_name = "Google Talk";
	end
end

mercurial