NCTV fork of the livechat plugin.
Go to file
John Livingston 720ce18478 Fix XMPP address 2021-03-02 16:18:27 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2021-02-21 02:05:44 +01:00
assets Better UX 2021-03-01 18:38:39 +01:00
client Better UX 2021-03-01 18:38:39 +01:00
conversejs ConverseJS fixes and documentation: 2021-02-21 16:13:48 +01:00
documentation/examples Fix ambigous documentation. 2021-02-22 16:36:40 +01:00
languages Create ca.json 2021-02-28 20:00:42 +01:00
public/images Better UX 2021-03-01 18:38:39 +01:00
.eslintrc.json Adding eslint. 2021-02-20 11:55:00 +01:00
.gitignore Adding eslint. 2021-02-20 11:55:00 +01:00
.npmignore (webpack) adding webpack for dependencies bundling, .gitignore and .npmignore 2019-11-19 17:08:04 +01:00
CHANGELOG.md v1.0.4 2021-03-01 19:00:39 +01:00
LICENSE Add license 2019-07-16 17:00:46 +02:00
README.md Fix XMPP address 2021-03-02 16:18:27 +01:00
main.js Fix some html attributes and add a content-type. 2021-02-21 15:21:30 +01:00
package-lock.json Better UX 2021-03-01 18:38:39 +01:00
package.json Bump to version 1.0.4 2021-03-01 18:50:07 +01:00
webpack.config.js Rewriting the way ConverseJS is builtin. 2021-02-20 23:12:12 +01:00

README.md

PeerTube plugin livechat

This plugin can provide webchat for peertube videos.

Warning: the webchat is not provided by this plugin. You have to rely on an external tool. There are multiple way to provide such functionality:

  • by having a Jabber/XMPP server with BOSH or Websocket and anonymous loggin
  • by having an external webchat tool, that will be included in an iframe

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

You will also find in this repository example config files to setup the XMPP server with Prosody.

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

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 options in the plugin settings page.

Automatically open the chat

If checked, the chat will be loaded as soon as you are on the video page.

Show the «open in new window» button

If your webchat can be opened in a full window, you can add a button to do so.

NB: The builtin ConverseJS is compatible with this feature.

Chats are only available for local videos

Peertube is a federated service. Plugins are only available on the server you are browsing. So, if you are watching a remote video, only you will have the webchat, not users from remote instances. Therefore, this options is checked by default and prevent displaying a webchat for remote videos.

Activate chat for all lives

The chat will be available for all Peertube Live on your instance. This is the main purpose of this plugin: providing a chatting experience to user watching a live video.

Activate chat for all non-lives

The chat will be available for all Peertube video that are not live.

Activate chat for specific videos

You can choose some UUIDs for which the chat will be available. If you don't want te enable the feature for all videos, you can use this field to list videos UUIDs. You can add comments: everything rights to the # character will be stripped off, as for empty lines.

NB: this feature will probably soon disappear. I planned to add a checkbox in each video settings.

Use builtin ConverseJS

If you have an XMPP server, and don't want to provide a webchat application by yourself, you can use the builtin ConverseJS implementation.

You have to fill the following parameters:

Builtin webchat: XMPP service server (mandatory)

The XMPP server. For example: peertube.im.your_domain.

NB: If you have an existing Prosody server, you can use its address if it has anonymous authentication on. Otherwise, you can create a subdomain (see the example file). The peertube.im is part of the example, you have to replace the entire value.

Builtin webchat: XMPP room template (mandatory)

The room to join on your XMPP server. You can have a single room for all webchats, or you can use the placeholder {{{VIDEO_UUID}}} to insert the video UUID and have a custom room for each video.

Example: room_{{VIDEO_UUID}}@room.peertube.im.your_domain

Builtin webchat: BOSH uri OR Builtin webchat: WS uri

You have to provide at least one of these two settings.

Example for BOSH: https://peertube.im.yiny.org/http-bind

Example for Websocket: wss://peertube.im.yiny.org/xmpp-websocket

NB: ConverseJS can also use the /.well-known/host-meta file to discover services. See ConverseJS documentation and XMPP documentation.

Webchat url

If you are not using the builtin ConverseJS feature, you can speficy here the url for you chat application.

You can add the string {{VIDEO_UUID}} in the url, it will be replaced by the video UUID.

It is possible to use a single chat for all your videos if you omit this parameter.

Example: https://peertube.im.your_domain?room={{VIDEO_UUID}}

Webchat iframe style attribute

You can add some custom styles that will be added to the iframe. For example a custom width:

width:400px;

XMPP backend with ConverseJS

ConverseJS

You can use the builtin ConverseJS implementation.

Custom ConverseJS webchat

If you want to setup your own webchat with converseJS on a different webserver, here is some tips.

Once you have a XMPP server that allow anonymous authentication, with bosh (or websocket) enabled, you can - for example - setup a html page that looks like this one. You have of course to replace the path /conversejs/dist with your converseJS path, and replace peertube.im.your_domain by your actual domain.

NB: converseJS has an option «discover_connection_methods» to find your server configuration (bosh, websocket, ...). To use it, you have to add a file /.well-known/host-meta. Please refer to the converseJS documentation.

XMPP Server: Prosody

You can use Prosody for the XMPP backend.

You can find an example configuration file here.

You have to place this file in /etc/prosody/conf.avail/peertube.im.your_domain.cfg.lua and create a symlink: cd /etc/prosody/conf.d && ln -s /etc/prosody/conf.avail/peertube.im.your_domain.cfg.lua

Replace peertube.im.your_domain with the domain you want.

Replace admin@your_xmpp_provider_domain with Jabber ids of users that you want to be admin for your server and public chatrooms. This users have to be on another domain/virtualhost (which don't use anonymous authentication). It can even be on another XMPP server. If you have no XMPP account, remove the line (but you will not be able to moderate rooms).

There must be a DNS record for that domain.

NB : no need to have a DNS record for room.peertube.im.your_domain.

To create the certificate, you can use certbot with letsencrypt:

certbot certonly --nginx --emailyour_email -d peertube.im.your_domain

Then:

prosodyctl --root cert import /etc/letsencrypt/live/

Please refer to the Prosody documentation.

NB : if you have not nginx on your server, please replace by the correct parameter.

XMPP over HTTP: nginx

You can use the reverse proxy nginx to server the Prosody Bosh server. So your requests will be on the 443 port, and it will minimise cross domains constraints.

There is an example file here.

NB: this example files also serve the static html files with converseJS.

NB: it is recommanded to change Access-Control-Allow-Origin to something else that "*".

Credits

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