Poll WIP (#231):

* mod_muc_poll refactoring
This commit is contained in:
John Livingston
2024-06-29 18:39:22 +02:00
parent a7250efd06
commit 300eb14ca4
4 changed files with 199 additions and 157 deletions

View File

@ -0,0 +1,9 @@
-- 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;
};