Skip to content

Commit

Permalink
update to latest jitsi code
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Apr 10, 2024
1 parent 9cd80be commit 0f0f90c
Show file tree
Hide file tree
Showing 71 changed files with 1,595 additions and 26,218 deletions.
5 changes: 1 addition & 4 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ <h1>

<p><b>0.9.6</b> -- <i>(to be determined)</i></p>
<ul>
<li>Updated Jitsi's Openfire plugin for Videobridge from version 2.7-20190129.153604-1 to 2.7-20190212.092553-2 (which depends on Videobridge version 1.1-20190208.160347-106).</li>
<li>Updated Jitsi Meet from 1.0.3181 to 1.0.3213.</li>
<li>Updated Jitsi Jicofo from 1.1-20190118.220443-57 to 1.1-20190204.161948-59.</li>
<li>Updated Jitsi Jigasi from 1.1-20190116.232701-24 to 1.1-20190208.171139-29.</li>
<li>New Implementation based on Pade plugin for XEP-0483 </li>
</ul>

<p><b>0.9.5</b> -- <i>February 7, 2019</i></p>
Expand Down
Binary file modified classes/jicofo/jicofo-1.1-SNAPSHOT-jar-with-dependencies.jar
Binary file not shown.
Binary file modified classes/jicofo/jicofo-1.1-SNAPSHOT.jar
Binary file not shown.
163 changes: 0 additions & 163 deletions classes/jitsi-meet/analytics-ga.js

This file was deleted.

44 changes: 32 additions & 12 deletions classes/jitsi-meet/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
* https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-configuration
*/

var subdir = '<!--# echo var="subdir" default="" -->';
var subdomain = '<!--# echo var="subdomain" default="" -->';

if (subdomain) {
subdomain = subdomain.substr(0, subdomain.length - 1).split('.')
.join('_')
.toLowerCase() + '.';
}

// In case of no ssi provided by the webserver, use empty strings
if (subdir.startsWith('<!--')) {
subdir = '';
}
if (subdomain.startsWith('<!--')) {
subdomain = '';
}

var enableJaaS = false;

var config = {
Expand All @@ -13,7 +30,7 @@ var config = {

hosts: {
// XMPP domain.
domain: 'localhost',
domain: 'jitsi-meet.example.com',

// When using authentication, domain for guest users.
// anonymousdomain: 'guest.example.com',
Expand All @@ -25,23 +42,27 @@ var config = {
// focus: 'focus.jitsi-meet.example.com',

// XMPP MUC domain. FIXME: use XEP-0030 to discover it.
muc: 'conference.localhost',
muc: 'conference.' + subdomain + 'jitsi-meet.example.com',
},

// BOSH URL. FIXME: use XEP-0156 to discover it.
bosh: 'https://localhost:7443/http-bind/',
bosh: 'https://jitsi-meet.example.com/' + subdir + 'http-bind',

// Websocket URL (XMPP)
//websocket: 'wss://localhost:7443/ws/',
// websocket: 'wss://jitsi-meet.example.com/' + subdir + 'xmpp-websocket',

// Whether BOSH should be preferred over WebSocket if both are configured.
// preferBosh: false,

// The real JID of focus participant - can be overridden here
// Do not change username - FIXME: Make focus username configurable
// https://github.com/jitsi/jitsi-meet/issues/7376
focusUserJid: 'focus@localhost',

// focusUserJid: '[email protected]',

// Option to send conference requests to jicofo over http (requires nginx rule for it)
// conferenceRequestUrl:
// 'https://<!--# echo var="http_host" default="jitsi-meet.example.com" -->/' + subdir + 'conference-request/v1',

// Options related to the bridge (colibri) data channel
bridgeChannel: {
// If the backend advertises multiple colibri websockets, this options allows
Expand Down Expand Up @@ -1085,12 +1106,11 @@ var config = {

// Information about the jitsi-meet instance we are connecting to, including
// the user region as seen by the server.

deploymentInfo: {
shard: "shard1",
region: "us-west-1",
userRegion: "asia",
},
// deploymentInfo: {
// shard: "shard1",
// region: "europe",
// userRegion: "asia",
// },

// Array<string> of disabled sounds.
// Possible values:
Expand Down
2 changes: 1 addition & 1 deletion classes/jitsi-meet/css/all.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions classes/jitsi-meet/lang/main-af.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,11 @@
},
"passwordDigitsOnly": "",
"passwordSetRemotely": "",
"polls": {
"errors": {
"notUniqueOption": "Opsies moet uniek wees"
}
},
"poweredby": "aangedryf deur",
"presenceStatus": {
"busy": "Besig",
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,9 @@
"removeOption": "إزالة خيار",
"send": "أرسل"
},
"errors": {
"notUniqueOption": "يجب أن تكون الخيارات فريدة"
},
"notification": {
"description": "افتح علامة تبويب الاقتراع للتصويت",
"title": "تمت إضافة اقتراع جديد إلى هذا المُلتقى"
Expand Down
5 changes: 5 additions & 0 deletions classes/jitsi-meet/lang/main-be.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,11 @@
},
"passwordDigitsOnly": "Да {{number}} лічбаў",
"passwordSetRemotely": "устаноўлены іншым удзельнікам",
"polls": {
"errors": {
"notUniqueOption": "Варыянты павінны быць унікальнымі"
}
},
"poweredby": "працуе на",
"presenceStatus": {
"busy": "Заняты",
Expand Down
5 changes: 5 additions & 0 deletions classes/jitsi-meet/lang/main-bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,11 @@
},
"passwordDigitsOnly": "До {{number}} цифри",
"passwordSetRemotely": "зададена от друг участник",
"polls": {
"errors": {
"notUniqueOption": "Опциите трябва да са уникални"
}
},
"poweredby": "с подкрепата на",
"presenceStatus": {
"busy": "Зает",
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,9 @@
"removeOption": "Elimina l'opció",
"send": "Envia"
},
"errors": {
"notUniqueOption": "Les opcions han de ser úniques"
},
"notification": {
"description": "Obre la pestanya de les enquestes per a votar",
"title": "S'ha afegit una nova enquesta en aquesta reunió"
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,9 @@
"removeOption": "",
"send": ""
},
"errors": {
"notUniqueOption": "Možnosti musí být jedinečné"
},
"notification": {
"description": "",
"title": ""
Expand Down
5 changes: 5 additions & 0 deletions classes/jitsi-meet/lang/main-da.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,11 @@
},
"passwordDigitsOnly": "Op til {{number}} tal",
"passwordSetRemotely": "Sat af et andet medlem",
"polls": {
"errors": {
"notUniqueOption": "Valgmulighederne skal være unikke"
}
},
"poweredby": "Powered by",
"presenceStatus": {
"busy": "Optaget",
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,9 @@
"removeOption": "Antwort entfernen",
"send": "Erstellen"
},
"errors": {
"notUniqueOption": "Optionen müssen einzigartig sein"
},
"notification": {
"description": "Öffnen Sie das Umfragen-Tab um abzustimmen",
"title": "Dieser Konferenz wurde eine Umfrage hinzugefügt"
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-dsb.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,9 @@
"removeOption": "wótegrono wulašowaś",
"send": "wótpósłaś"
},
"errors": {
"notUniqueOption": "Opcije musy byś jedynsće"
},
"notification": {
"description": "Wótcyńśo kórtu wopšašowanjow, aby zgłosowali",
"title": "Za tu konferencu jo nowe wopšašowanje pśigótowane"
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-el.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,9 @@
"removeOption": "Αφαιρέστε την επιλογή",
"send": "Αποστολή"
},
"errors": {
"notUniqueOption": "Οι επιλογές πρέπει να είναι μοναδικές"
},
"notification": {
"description": "Ανοίξτε τη σελίδα ψηφοφοριών για να ψηφίσετε",
"title": "Μια νέα ψηφοφορία προστέθηκε στη σύσκεψη"
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,9 @@
"removeOption": "Forigi opcion",
"send": "Sendu"
},
"errors": {
"notUniqueOption": "Ebloj devas esti unikaj"
},
"notification": {
"description": "Malfermu la enketan langeton por voĉdoni",
"title": "Oni aldonis novan enketon en la kunveno"
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,9 @@
"removeOption": "Eliminar la opción",
"send": "Enviar"
},
"errors": {
"notUniqueOption": "Las opciones deben ser únicas"
},
"notification": {
"description": "Abre la pestaña de encuestas para votar",
"title": "Se ha añadido una nueva encuesta a esta reunión"
Expand Down
3 changes: 3 additions & 0 deletions classes/jitsi-meet/lang/main-esUS.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,9 @@
"removeOption": "Eliminar la opción",
"send": "Enviar"
},
"errors": {
"notUniqueOption": "Las opciones deben ser únicas"
},
"notification": {
"description": "Abre la pestaña de encuestas para votar",
"title": "Se ha añadido una nueva encuesta a esta reunión"
Expand Down
Loading

0 comments on commit 0f0f90c

Please sign in to comment.