Comparison

libs/adhoc.lib.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 457:73d4eb93657b
comparison
equal deleted inserted replaced
489:39ed19f12dca 490:6b2f31da9610
2 -- 2 --
3 -- This file is MIT/X11 licensed. Please see the 3 -- This file is MIT/X11 licensed. Please see the
4 -- COPYING file in the source package for more information. 4 -- COPYING file in the source package for more information.
5 -- 5 --
6 6
7 local st, new_id = require "util.stanza", require "util.id".short; 7 local st, new_id = require "prosody.util.stanza", require "util.id".short;
8 8
9 local xmlns_cmd = "http://jabber.org/protocol/commands"; 9 local xmlns_cmd = "http://jabber.org/protocol/commands";
10 10
11 local states = {} 11 local states = {}
12 12