Task lists WIP:

* first shot for the pubsub module that will handle tasks.
This commit is contained in:
John Livingston
2024-05-01 16:23:40 +02:00
parent b308d82f16
commit 7608f7c14b
3 changed files with 308 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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.
This node in only accessible by the ROOM moderators.
This node can contains various objects:
* task lists
* tasks
* ... (more to come)
These objects are meant te be shared between moderators.
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).