mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.jid: Fix backout
This commit is contained in:
parent
d208ade2a7
commit
4408ac9239
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ local function split(jid)
|
|||
end
|
||||
|
||||
local function bare(jid)
|
||||
local node, host = _split(jid);
|
||||
local node, host = split(jid);
|
||||
if node and host then
|
||||
return node.."@"..host;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue