From fbf9ef3eacbaa603e923a9576658325c09567ffc Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 14 Jul 2021 18:35:46 +0200 Subject: [PATCH] Rearrange documentation. --- documentation/prosody.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/documentation/prosody.md b/documentation/prosody.md index 18277ed0..c48d15fa 100644 --- a/documentation/prosody.md +++ b/documentation/prosody.md @@ -61,21 +61,12 @@ This is the port that the Prosody server will use. By default it is set to 52800 These settings are common with other chat modes. Here is the documentation: [common settings](./common.md). -## Notes - -All instance moderators and admins will be owner for created chat rooms. -If the video is local (not from a remote Peertube), the video owner will be admin in the chat room. - -You can use [ConverseJS moderation commands](https://conversejs.org/docs/html/features.html#moderating-chatrooms) to moderate the room. -When you open the chat room in full screen, there will also be a menu with dedicated commands on the top right. - - ### Prosody advanced settings #### Enable client to server connections This setting enable XMPP clients to connect to the builtin Prosody server. -This option alone **only allows connections from localhost clients**. +For now, this option **only allows connections from localhost clients**. As example, this option can allow an instance of Matterbridge (once it could use anonymous login) *on the same machine* to bridge your chat with another services like a Matrix room. @@ -83,4 +74,12 @@ As example, this option can allow an instance of Matterbridge (once it could use The port that will be used by the c2s module of the builtin Prosody server. XMPP clients shall use this port to connect. -Change it if this port is already in use on your server. \ No newline at end of file +Change it if this port is already in use on your server. + +## Notes + +All instance moderators and admins will be owner for created chat rooms. +If the video is local (not from a remote Peertube), the video owner will be admin in the chat room. + +You can use [ConverseJS moderation commands](https://conversejs.org/docs/html/features.html#moderating-chatrooms) to moderate the room. +When you open the chat room in full screen, there will also be a menu with dedicated commands on the top right.