ConverseJS v10.0.0: checkout upstream

Using Converse v10.0.0. WIP
This commit is contained in:
John Livingston 2022-10-31 17:27:46 +01:00
parent 9e06e32351
commit a8200a5724
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
4 changed files with 10 additions and 3 deletions

View File

@ -26,6 +26,10 @@ If you don't want the chat server to be active, just uninstall the plugin
* Removed deprecated modes, only keeping «Prosody server controlled by Peertube».
* BOSH proxy optimization + enabling websocket.
### Changes
* ConverseJS v10.0.0 (instead of v9.0.0).
## 5.7.1
* Adding an easy way to customize background transparency in OBS and co.

View File

@ -1,9 +1,12 @@
const prod = require('./webpack.prod.js')
const prod = require('./webpack/webpack.build.js')
const { merge } = require('webpack-merge')
const path = require('path')
module.exports = merge(prod, {
entry: path.resolve(__dirname, 'custom/entry.js'),
output: {
filename: 'converse.min.js'
},
resolve: {
extensions: ['.js'],
alias: {

View File

@ -74,7 +74,7 @@
"peertube": ">=3.2.0"
},
"engines": {
"npm": ">=7 <8"
"npm": ">=7"
},
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
"repository": "github:JohnXLivingston/peertube-plugin-livechat",

2
vendor/converse.js vendored

@ -1 +1 @@
Subproject commit 077162529d7074253167640c753c6a7c2c9d6e1d
Subproject commit d5deed087195e9835452503d31fe51e5fef53b10