diff options
author | Kim Alvefur <zash@zash.se> | 2016-03-29 15:38:14 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-03-29 15:38:14 +0200 |
commit | 467b6b0bfe3b69ac9c178ff06b310bb58d4b6617 (patch) | |
tree | fe70196be61487570b1e5364d6a2d114791755bd /util | |
parent | de9765e47979b869c15302e9b7ebb69cc4f9503c (diff) | |
parent | 411cd234e3a023091df223211419eceaac832f73 (diff) | |
download | prosody-467b6b0bfe3b69ac9c178ff06b310bb58d4b6617.tar.gz prosody-467b6b0bfe3b69ac9c178ff06b310bb58d4b6617.zip |
Merge 0.10->trunk
Diffstat (limited to 'util')
-rw-r--r-- | util/jid.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/jid.lua b/util/jid.lua index 60bb0829..522fb126 100644 --- a/util/jid.lua +++ b/util/jid.lua @@ -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; |