From 9122ff00399f77e31b902ac431288341dba70e64 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 21 Nov 2008 05:06:35 +0000 Subject: Remove old TODO --- util/jid.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/jid.lua b/util/jid.lua index aad579e9..efa79b38 100644 --- a/util/jid.lua +++ b/util/jid.lua @@ -5,7 +5,6 @@ module "jid" function split(jid) if not jid then return; end - -- TODO verify JID, and return; if invalid local node, nodelen = match(jid, "^([^@]+)@()"); local host, hostlen = match(jid, "^([^@/]+)()", nodelen) if node and not host then return nil, nil, nil; end -- cgit v1.2.3