Mercurial > prosody-hg
comparison plugins/mod_vcard.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 | f1cf8c08a09d |
| children | 39c35f7e6cfa |
comparison
equal
deleted
inserted
replaced
| 12976:a187600ec7d6 | 12977:74b9e05af71e |
|---|---|
| 4 -- | 4 -- |
| 5 -- This project is MIT/X11 licensed. Please see the | 5 -- This project is MIT/X11 licensed. Please see the |
| 6 -- COPYING file in the source package for more information. | 6 -- COPYING file in the source package for more information. |
| 7 -- | 7 -- |
| 8 | 8 |
| 9 local st = require "util.stanza" | 9 local st = require "prosody.util.stanza" |
| 10 local jid_split = require "util.jid".split; | 10 local jid_split = require "prosody.util.jid".split; |
| 11 | 11 |
| 12 local vcards = module:open_store(); | 12 local vcards = module:open_store(); |
| 13 | 13 |
| 14 module:add_feature("vcard-temp"); | 14 module:add_feature("vcard-temp"); |
| 15 | 15 |
