ConverseJS v10.0.0: checkout upstream
Using Converse v10.0.0. WIP
This commit is contained in:
parent
9e06e32351
commit
a8200a5724
@ -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».
|
* Removed deprecated modes, only keeping «Prosody server controlled by Peertube».
|
||||||
* BOSH proxy optimization + enabling websocket.
|
* BOSH proxy optimization + enabling websocket.
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
* ConverseJS v10.0.0 (instead of v9.0.0).
|
||||||
|
|
||||||
## 5.7.1
|
## 5.7.1
|
||||||
|
|
||||||
* Adding an easy way to customize background transparency in OBS and co.
|
* Adding an easy way to customize background transparency in OBS and co.
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
const prod = require('./webpack.prod.js')
|
const prod = require('./webpack/webpack.build.js')
|
||||||
const { merge } = require('webpack-merge')
|
const { merge } = require('webpack-merge')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
||||||
module.exports = merge(prod, {
|
module.exports = merge(prod, {
|
||||||
entry: path.resolve(__dirname, 'custom/entry.js'),
|
entry: path.resolve(__dirname, 'custom/entry.js'),
|
||||||
|
output: {
|
||||||
|
filename: 'converse.min.js'
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.js'],
|
extensions: ['.js'],
|
||||||
alias: {
|
alias: {
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
"peertube": ">=3.2.0"
|
"peertube": ">=3.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=7 <8"
|
"npm": ">=7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
|
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
|
||||||
"repository": "github:JohnXLivingston/peertube-plugin-livechat",
|
"repository": "github:JohnXLivingston/peertube-plugin-livechat",
|
||||||
|
2
vendor/converse.js
vendored
2
vendor/converse.js
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 077162529d7074253167640c753c6a7c2c9d6e1d
|
Subproject commit d5deed087195e9835452503d31fe51e5fef53b10
|
Loading…
x
Reference in New Issue
Block a user