libs/adhoc.lib.lua

changeset 490
6b2f31da9610
parent 457
73d4eb93657b
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

mercurial