# HG changeset patch # User Kim Alvefur # Date 1687515369 -7200 # Node ID 57417c37d018266aa7b7d5ff875da6de8a1a51ff # Parent 50d0bd035bb7e359f7246e5d1bbad74f11c7c83a util.adhoc: Fix naming of thing If it's a verse-specific thing it shouldn't be in the prosody namespace, and there was already a change to use it in the verse namespace. diff -r 50d0bd035bb7 -r 57417c37d018 plugins/adhoc.lua --- a/plugins/adhoc.lua Fri Jun 23 12:09:49 2023 +0200 +++ b/plugins/adhoc.lua Fri Jun 23 12:16:09 2023 +0200 @@ -1,5 +1,5 @@ local verse = require "verse"; -local adhoc = require "verse.lib.adhoc"; +local adhoc = require "verse.util.adhoc"; local xmlns_commands = "http://jabber.org/protocol/commands"; local xmlns_data = "jabber:x:data";