New moderator app WIP:
* #144: moderator notes WIP, * plugin size: adding an API, * refactoring the code from the task app, to create a new MUC App system.
This commit is contained in:
@ -7,13 +7,16 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
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 admin/owner.
|
||||
For each MUC room, there will be a associated pubsub nodes.
|
||||
These nodes are only accessible by the ROOM admins/owners.
|
||||
|
||||
This node can contains various objects:
|
||||
Here are a description of existing nodes, and objects they can contain:
|
||||
|
||||
* task lists
|
||||
* tasks
|
||||
* livechat-tasks:
|
||||
* task lists
|
||||
* tasks
|
||||
* livechat-notes:
|
||||
* notes
|
||||
* ... (more to come)
|
||||
|
||||
These objects are meant te be shared between admin/owner.
|
||||
|
Reference in New Issue
Block a user