mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
Remove old TODO
This commit is contained in:
parent
430180dafb
commit
9122ff0039
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ module "jid"
|
||||||
|
|
||||||
function split(jid)
|
function split(jid)
|
||||||
if not jid then return; end
|
if not jid then return; end
|
||||||
-- TODO verify JID, and return; if invalid
|
|
||||||
local node, nodelen = match(jid, "^([^@]+)@()");
|
local node, nodelen = match(jid, "^([^@]+)@()");
|
||||||
local host, hostlen = match(jid, "^([^@/]+)()", nodelen)
|
local host, hostlen = match(jid, "^([^@/]+)()", nodelen)
|
||||||
if node and not host then return nil, nil, nil; end
|
if node and not host then return nil, nil, nil; end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue