Software /
code /
verse
Changeset
499:57417c37d018
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 23 Jun 2023 12:16:09 +0200 |
parents | 498:50d0bd035bb7 |
children | 500:674daff6c73b |
files | plugins/adhoc.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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";