Bump version 6.4.0-alpha.1
This commit is contained in:
parent
2961513d22
commit
ff96ff7763
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## ??? (Not Release Yet)
|
## 6.4.0-alpha.1
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
||||||
@ -10,10 +10,8 @@
|
|||||||
* If both local and remote instance have configured external XMPP connections, it will use legacy S2S connection.
|
* If both local and remote instance have configured external XMPP connections, it will use legacy S2S connection.
|
||||||
|
|
||||||
TODO: documentation, and settings names/descriptions changes related to direct XMPP S2S connections.
|
TODO: documentation, and settings names/descriptions changes related to direct XMPP S2S connections.
|
||||||
TODO: write the new prosody modules README.
|
TODO?: mod_s2s_peertubelivechat: dont allow to connect to remote server that are not Peertube servers?
|
||||||
TODO: mod_s2s_peertubelivechat: dont allow to connect to remote server that are not Peertube servers.
|
|
||||||
TODO: when sanitizing remote chat endpoint, check that the domain is the same as the video domain (or is room.videodomain.tld).
|
TODO: when sanitizing remote chat endpoint, check that the domain is the same as the video domain (or is room.videodomain.tld).
|
||||||
TODO: get remote server chat informations if missing (for now, it can be missing if there is no known remote video from that server).
|
|
||||||
TODO: outgoing s2s connection have a session.secure=true hardcoded. Should not.
|
TODO: outgoing s2s connection have a session.secure=true hardcoded. Should not.
|
||||||
TODO: only compatible with Prosody 0.12.x. So it should be documented for people using «system Prosody». And i should fix the ARM AppImage.
|
TODO: only compatible with Prosody 0.12.x. So it should be documented for people using «system Prosody». And i should fix the ARM AppImage.
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-plugin-livechat",
|
"name": "peertube-plugin-livechat",
|
||||||
"version": "6.3.0",
|
"version": "6.4.0-alpha.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "peertube-plugin-livechat",
|
"name": "peertube-plugin-livechat",
|
||||||
"version": "6.3.0",
|
"version": "6.4.0-alpha.1",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^3.2.2",
|
"async": "^3.2.2",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-plugin-livechat",
|
"name": "peertube-plugin-livechat",
|
||||||
"description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.",
|
"description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.",
|
||||||
"version": "6.3.0",
|
"version": "6.4.0-alpha.1",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John Livingston",
|
"name": "John Livingston",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user