NCTV fork of the livechat plugin.
Go to file
John Livingston 07ab2a80ed Settings: hide unnecessary settings depending on webchat mode (requires Peertube 3.2.0). 2021-05-10 21:04:04 +02:00
.github/ISSUE_TEMPLATE
assets
client Settings: hide unnecessary settings depending on webchat mode (requires Peertube 3.2.0). 2021-05-10 21:04:04 +02:00
conversejs Change some ConverseJS parameters. 2021-05-06 12:34:42 +02:00
documentation Documentation 2021-05-06 13:01:01 +02:00
languages
prosody-modules Prosody auth WIP. 2021-05-03 20:37:23 +02:00
public/images
server Better default values for settings: 2021-05-07 19:18:41 +02:00
shared
.eslintrc.json
.gitignore
.npmignore
CHANGELOG.md Settings: hide unnecessary settings depending on webchat mode (requires Peertube 3.2.0). 2021-05-10 21:04:04 +02:00
LICENSE
README.md
ROADMAP.md Remove unecessary TODO. 2021-05-10 19:52:26 +02:00
package-lock.json 2.1.3 2021-05-06 21:06:55 +02:00
package.json Settings: hide unnecessary settings depending on webchat mode (requires Peertube 3.2.0). 2021-05-10 21:04:04 +02:00
webpack.config.js Settings: hide unnecessary settings depending on webchat mode (requires Peertube 3.2.0). 2021-05-10 21:04:04 +02:00

README.md

PeerTube plugin livechat

This plugin can provide webchat for peertube videos.

There are multiple way to provide such functionality:

  • builtin prosody: this plugin can launch a Prosody process and auto-configure it. Documentation. Althought this is still experimental and under development, it is the recommanded setup.
  • builtin converseJS: you can use an external Jabber/XMPP server with BOSH or Websocket and anonymous loggin enabled. Documentation
  • external tool: you can use any external webchat tool, that can be included in an iframe. Documentation

For the two first solutions, the connection to the XMPP server is made with converseJS.

If you have new feature requests, bugs, or difficulties to setup the plugin, you can use the Github issue tracker.

Here is a roadmap for upcoming features: roadmap.

If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome.

Contact me

If you have any question, or if you want to talk about this plugin, you can join this XMPP room with any Jabber client: plugin-livechat-support@room.im.yiny.org.

Settings

There are several common settings. Please see the documentation here: common settings documentation.

Then, please refer to the documentation associated with the mode you are planning to use:

  • builtin prosody: this plugin can launch a Prosody process and auto-configure it. Documentation
  • builtin converseJS: you can use an external Jabber/XMPP server with BOSH or Websocket and anonymous loggin enabled. Documentation
  • external tool: you can use any external webchat tool, that can be included in an iframe. Documentation

Credits

Thanks to David Revoy for his work on Peertube's mascot, Sepia.

Some material icons downloaded from this website where used for icons: Material.io

Some Prosody Modules in the prosody-modules folder are under MIT license. Please refer to README files in each subfolder, and to the COPYING file. For more informations, here is the official Prosody Modules website.