fix: Updates jiconop2 to drop custom type.

This commit is contained in:
damencho 2021-04-23 11:36:06 -05:00 committed by Дамян Минков
parent ff44ff9026
commit cb9c85e1bc
3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -10513,8 +10513,8 @@
} }
}, },
"lib-jitsi-meet": { "lib-jitsi-meet": {
"version": "github:jitsi/lib-jitsi-meet#19e7cbe59248a326bb00387ead659687574d1b60", "version": "github:jitsi/lib-jitsi-meet#3c9913ed61abe28aec1e8268ca62dd59a0ccdfc5",
"from": "github:jitsi/lib-jitsi-meet#19e7cbe59248a326bb00387ead659687574d1b60", "from": "github:jitsi/lib-jitsi-meet#3c9913ed61abe28aec1e8268ca62dd59a0ccdfc5",
"requires": { "requires": {
"@jitsi/js-utils": "1.0.2", "@jitsi/js-utils": "1.0.2",
"@jitsi/sdp-interop": "1.0.3", "@jitsi/sdp-interop": "1.0.3",

View File

@ -54,7 +54,7 @@
"jquery-i18next": "1.2.1", "jquery-i18next": "1.2.1",
"js-md5": "0.6.1", "js-md5": "0.6.1",
"jwt-decode": "2.2.0", "jwt-decode": "2.2.0",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#19e7cbe59248a326bb00387ead659687574d1b60", "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#3c9913ed61abe28aec1e8268ca62dd59a0ccdfc5",
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d", "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
"lodash": "4.17.21", "lodash": "4.17.21",
"moment": "2.29.1", "moment": "2.29.1",

View File

@ -31,7 +31,6 @@ module:hook("resource-bind", function (event)
{origin = session; reply = query; node = 'lobbyrooms';}); {origin = session; reply = query; node = 'lobbyrooms';});
local stanza = st.message({ local stanza = st.message({
type = 'service-info';
from = module.host; from = module.host;
to = session.full_jid; }); to = session.full_jid; });
stanza:add_child(query):up(); stanza:add_child(query):up();