300eb14ca4
* mod_muc_poll refactoring
10 lines
290 B
Lua
10 lines
290 B
Lua
-- SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
-- SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
-- FIXME: create a XEP to standardize this, and remove the "x-".
|
|
local xmlns_poll = "http://jabber.org/protocol/muc#x-poll";
|
|
|
|
return {
|
|
xmlns_poll = xmlns_poll;
|
|
};
|