mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_mimicking: Import skeleton() from current location
This commit is contained in:
parent
e40cf14614
commit
5da92eb097
1 changed files with 5 additions and 1 deletions
|
@ -1,11 +1,15 @@
|
|||
-- Prosody IM
|
||||
-- Copyright (C) 2012 Florian Zeitz
|
||||
-- Copyright (C) 2019 Kim Alvefur
|
||||
--
|
||||
-- This project is MIT/X11 licensed. Please see the
|
||||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
|
||||
local skeleton = require "util.confusable".skeleton;
|
||||
local encodings = require "util.encodings";
|
||||
assert(encodings.confusable, "This module requires that Prosody be built with ICU");
|
||||
local skeleton = encodings.confusable.skeleton;
|
||||
|
||||
local datamanager = require "util.datamanager";
|
||||
local usage = require "util.prosodyctl".show_usage;
|
||||
local warn = require "util.prosodyctl".show_warning;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue