plugins/disco.lua

changeset 490
6b2f31da9610
parent 475
68a4fb45afbc
--- a/plugins/disco.lua	Tue May 23 19:46:52 2023 +0200
+++ b/plugins/disco.lua	Sat May 20 20:48:03 2023 +0200
@@ -8,8 +8,8 @@
 
 local verse = require "verse";
 local b64 = require("mime").b64;
-local sha1 = require("util.hashes").sha1;
-local calculate_hash = require "util.caps".calculate_hash;
+local sha1 = require("prosody.util.hashes").sha1;
+local calculate_hash = require "prosody.util.caps".calculate_hash;
 
 local xmlns_caps = "http://jabber.org/protocol/caps";
 local xmlns_disco = "http://jabber.org/protocol/disco";

mercurial