mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fixed: util/jid.lua now returns module object
This commit is contained in:
parent
1cdd0be85d
commit
a3e21e6d57
1 changed files with 2 additions and 0 deletions
|
@ -10,3 +10,5 @@ function split(jid)
|
|||
local resource = match(jid, "/(.+)$");
|
||||
return node, server, resource;
|
||||
end
|
||||
|
||||
return _M;
|
Loading…
Add table
Add a link
Reference in a new issue