2024-05-23 10:18:17 +00:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
-->
|
2024-05-01 14:23:40 +00:00
|
|
|
# mod_pubsub_peertubelivechat
|
|
|
|
|
|
|
|
This module is a custom module that provide some pubsub services associated to a MUC room.
|
|
|
|
This module is entended to be used in the peertube-plugin-livechat project.
|
|
|
|
|
|
|
|
For each MUC room, there will be an associated pubsub node.
|
2024-05-09 16:17:51 +00:00
|
|
|
This node in only accessible by the ROOM admin/owner.
|
2024-05-01 14:23:40 +00:00
|
|
|
|
|
|
|
This node can contains various objects:
|
|
|
|
|
|
|
|
* task lists
|
|
|
|
* tasks
|
|
|
|
* ... (more to come)
|
|
|
|
|
2024-05-09 16:17:51 +00:00
|
|
|
These objects are meant te be shared between admin/owner.
|
2024-05-01 14:23:40 +00:00
|
|
|
|
|
|
|
This module is part of peertube-plugin-livechat, and is under the same LICENSE.
|
|
|
|
|
|
|
|
The module code is inspired by mod_pep in Prosody source code (MIT/X11 licensed).
|