plugins/jingle.lua

changeset 490
6b2f31da9610
parent 457
73d4eb93657b
--- a/plugins/jingle.lua	Tue May 23 19:46:52 2023 +0200
+++ b/plugins/jingle.lua	Sat May 20 20:48:03 2023 +0200
@@ -1,6 +1,6 @@
 local verse = require "verse";
-local timer = require "util.timer";
-local new_id = require "util.id".short;
+local timer = require "prosody.util.timer";
+local new_id = require "prosody.util.id".short;
 
 local xmlns_jingle = "urn:xmpp:jingle:1";
 local xmlns_jingle_errors = "urn:xmpp:jingle:errors:1";

mercurial