Mercurial > prosody-hg
comparison plugins/adhoc/adhoc.lib.lua @ 12977:74b9e05af71e
plugins: Prefix module imports with prosody namespace
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 24 Mar 2023 13:15:28 +0100 |
| parents | 9061f9621330 |
| children | 3174308d127e |
comparison
equal
deleted
inserted
replaced
| 12976:a187600ec7d6 | 12977:74b9e05af71e |
|---|---|
| 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, uuid = require "util.stanza", require "util.uuid"; | 7 local st, uuid = require "prosody.util.stanza", require "prosody.util.uuid"; |
| 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 |
