plugins/jingle_s5b.lua

changeset 490
6b2f31da9610
parent 457
73d4eb93657b
--- a/plugins/jingle_s5b.lua	Tue May 23 19:46:52 2023 +0200
+++ b/plugins/jingle_s5b.lua	Sat May 20 20:48:03 2023 +0200
@@ -2,8 +2,8 @@
 
 local xmlns_s5b = "urn:xmpp:jingle:transports:s5b:1";
 local xmlns_bytestreams = "http://jabber.org/protocol/bytestreams";
-local sha1 = require "util.hashes".sha1;
-local new_id = require "util.id".short;
+local sha1 = require "prosody.util.hashes".sha1;
+local new_id = require "prosody.util.id".short;
 
 local function negotiate_socks5(conn, hash)
 	local function suppress_connected()

mercurial