mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)
This commit is contained in:
parent
71b31dde25
commit
07b2ab8478
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
|
||||
|
||||
local select = select;
|
||||
local match, sub = string.match, string.sub;
|
||||
local nodeprep = require "util.encodings".stringprep.nodeprep;
|
||||
local nameprep = require "util.encodings".stringprep.nameprep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue