Software /
code /
verse
Diff
plugins/disco.lua @ 490:6b2f31da9610
Update for new Prosody module namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 20 May 2023 20:48:03 +0200 |
parent | 475:68a4fb45afbc |
line wrap: on
line diff
--- 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";