Fixed: util/jid.lua now returns module object

This commit is contained in:
Waqas Hussain 2008-10-14 09:54:49 +05:00
parent 1cdd0be85d
commit a3e21e6d57

View file

@ -10,3 +10,5 @@ function split(jid)
local resource = match(jid, "/(.+)$");
return node, server, resource;
end
return _M;