Software /
code /
verse
Diff
plugins/adhoc.lua @ 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 |
parent | 490:6b2f31da9610 |
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";