servers/isode_mlink.lua

changeset 0
ba1cc6ad649d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/servers/isode_mlink.lua	Thu Feb 18 16:02:11 2010 +0000
@@ -0,0 +1,6 @@
+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