123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755 |
- /* global $, __filename */
-
- import { getLogger } from 'jitsi-meet-logger';
- import isEqual from 'lodash.isequal';
- import { $iq, $msg, $pres, Strophe } from 'strophe.js';
-
- import * as JitsiTranscriptionStatus from '../../JitsiTranscriptionStatus';
- import * as MediaType from '../../service/RTC/MediaType';
- import XMPPEvents from '../../service/xmpp/XMPPEvents';
- import GlobalOnErrorHandler from '../util/GlobalOnErrorHandler';
- import Listenable from '../util/Listenable';
-
- import Lobby from './Lobby';
- import XmppConnection from './XmppConnection';
- import Moderator from './moderator';
-
- const logger = getLogger(__filename);
-
- export const parser = {
- packet2JSON(xmlElement, nodes) {
- for (const child of Array.from(xmlElement.children)) {
- const node = {
- attributes: {},
- children: [],
- tagName: child.tagName
- };
-
- for (const attr of Array.from(child.attributes)) {
- node.attributes[attr.name] = attr.value;
- }
- const text = Strophe.getText(child);
-
- if (text) {
- // Using Strophe.getText will do work for traversing all direct
- // child text nodes but returns an escaped value, which is not
- // desirable at this point.
- node.value = Strophe.xmlunescape(text);
- }
- nodes.push(node);
- this.packet2JSON(child, node.children);
- }
- },
- json2packet(nodes, packet) {
- for (let i = 0; i < nodes.length; i++) {
- const node = nodes[i];
-
- if (node) {
- packet.c(node.tagName, node.attributes);
- if (node.value) {
- packet.t(node.value);
- }
- if (node.children) {
- this.json2packet(node.children, packet);
- }
- packet.up();
- }
- }
-
- // packet.up();
- }
- };
-
- /**
- * Returns array of JS objects from the presence JSON associated with the passed
- / nodeName
- * @param pres the presence JSON
- * @param nodeName the name of the node (videomuted, audiomuted, etc)
- */
- function filterNodeFromPresenceJSON(pres, nodeName) {
- const res = [];
-
- for (let i = 0; i < pres.length; i++) {
- if (pres[i].tagName === nodeName) {
- res.push(pres[i]);
- }
- }
-
- return res;
- }
-
- // XXX As ChatRoom constructs XMPP stanzas and Strophe is build around the idea
- // of chaining function calls, allow long function call chains.
- /* eslint-disable newline-per-chained-call */
-
- /**
- * Array of affiliations that are allowed in members only room.
- * @type {string[]}
- */
- const MEMBERS_AFFILIATIONS = [ 'owner', 'admin', 'member' ];
-
- /**
- *
- */
- export default class ChatRoom extends Listenable {
-
- /* eslint-disable max-params */
-
- /**
- *
- * @param {XmppConnection} connection - The XMPP connection instance.
- * @param jid
- * @param password
- * @param XMPP
- * @param options
- * @param {boolean} options.disableFocus - when set to {@code false} will
- * not invite Jicofo into the room.
- * @param {boolean} options.disableDiscoInfo - when set to {@code false} will skip disco info.
- * This is intended to be used only for lobby rooms.
- * @param {boolean} options.enableLobby - when set to {@code false} will skip creating lobby room.
- */
- constructor(connection, jid, password, XMPP, options) {
- super();
- this.xmpp = XMPP;
- this.connection = connection;
- this.roomjid = Strophe.getBareJidFromJid(jid);
- this.myroomjid = jid;
- this.password = password;
- logger.info(`Joined MUC as ${this.myroomjid}`);
- this.members = {};
- this.presMap = {};
- this.presHandlers = {};
- this._removeConnListeners = [];
- this.joined = false;
- this.role = null;
- this.focusMucJid = null;
- this.noBridgeAvailable = false;
- this.options = options || {};
- this.moderator
- = new Moderator(this.roomjid, this.xmpp, this.eventEmitter, {
- connection: this.xmpp.options,
- conference: this.options
- });
- if (typeof this.options.enableLobby === 'undefined' || this.options.enableLobby) {
- this.lobby = new Lobby(this);
- }
- this.initPresenceMap(options);
- this.lastPresences = {};
- this.phoneNumber = null;
- this.phonePin = null;
- this.connectionTimes = {};
- this.participantPropertyListener = null;
-
- this.locked = false;
- this.transcriptionStatus = JitsiTranscriptionStatus.OFF;
- }
-
- /* eslint-enable max-params */
-
- /**
- *
- */
- initPresenceMap(options = {}) {
- this.presMap.to = this.myroomjid;
- this.presMap.xns = 'http://jabber.org/protocol/muc';
- this.presMap.nodes = [];
-
- if (options.statsId) {
- this.presMap.nodes.push({
- 'tagName': 'stats-id',
- 'value': options.statsId
- });
- }
-
- // We need to broadcast 'videomuted' status from the beginning, cause
- // Jicofo makes decisions based on that. Initialize it with 'false'
- // here.
- this.addVideoInfoToPresence(false);
-
- if (options.deploymentInfo && options.deploymentInfo.userRegion) {
- this.presMap.nodes.push({
- 'tagName': 'region',
- 'attributes': {
- id: options.deploymentInfo.userRegion,
- xmlns: 'http://jitsi.org/jitsi-meet'
- }
- });
- }
-
- this.presenceUpdateTime = Date.now();
- }
-
- /**
- * Joins the chat room.
- * @param {string} password - Password to unlock room on joining.
- * @returns {Promise} - resolved when join completes. At the time of this
- * writing it's never rejected.
- */
- join(password) {
- this.password = password;
-
- return new Promise(resolve => {
- this.options.disableFocus
- && logger.info(`Conference focus disabled for ${this.roomjid}`);
-
- const preJoin
- = this.options.disableFocus
- ? Promise.resolve()
- : this.moderator.allocateConferenceFocus();
-
- preJoin.then(() => {
- this.sendPresence(true);
- this._removeConnListeners.push(
- this.connection.addEventListener(
- XmppConnection.Events.CONN_STATUS_CHANGED,
- this.onConnStatusChanged.bind(this))
- );
- resolve();
- });
- });
- }
-
- /**
- *
- * @param fromJoin - Whether this is initial presence to join the room.
- */
- sendPresence(fromJoin) {
- const to = this.presMap.to;
-
- if (!this.connection || !this.connection.connected || !to || (!this.joined && !fromJoin)) {
- // Too early to send presence - not initialized
- return;
- }
-
- const pres = $pres({ to });
-
- // xep-0045 defines: "including in the initial presence stanza an empty
- // <x/> element qualified by the 'http://jabber.org/protocol/muc'
- // namespace" and subsequent presences should not include that or it can
- // be considered as joining, and server can send us the message history
- // for the room on every presence
- if (fromJoin) {
- pres.c('x', { xmlns: this.presMap.xns });
-
- if (this.password) {
- pres.c('password').t(this.password).up();
- }
- pres.up();
- }
-
- parser.json2packet(this.presMap.nodes, pres);
-
- // we store time we last synced presence state
- this.presenceSyncTime = Date.now();
-
- this.connection.send(pres);
- if (fromJoin) {
- // XXX We're pressed for time here because we're beginning a complex
- // and/or lengthy conference-establishment process which supposedly
- // involves multiple RTTs. We don't have the time to wait for
- // Strophe to decide to send our IQ.
- this.connection.flush();
- }
- }
-
- /**
- * Sends the presence unavailable, signaling the server
- * we want to leave the room.
- */
- doLeave() {
- logger.log('do leave', this.myroomjid);
- const pres = $pres({ to: this.myroomjid,
- type: 'unavailable' });
-
- this.presMap.length = 0;
-
- // XXX Strophe is asynchronously sending by default. Unfortunately, that
- // means that there may not be enough time to send the unavailable
- // presence. Switching Strophe to synchronous sending is not much of an
- // option because it may lead to a noticeable delay in navigating away
- // from the current location. As a compromise, we will try to increase
- // the chances of sending the unavailable presence within the short time
- // span that we have upon unloading by invoking flush() on the
- // connection. We flush() once before sending/queuing the unavailable
- // presence in order to attemtp to have the unavailable presence at the
- // top of the send queue. We flush() once more after sending/queuing the
- // unavailable presence in order to attempt to have it sent as soon as
- // possible.
- // FIXME do not use Strophe.Connection in the ChatRoom directly
- !this.connection.isUsingWebSocket && this.connection.flush();
- this.connection.send(pres);
- this.connection.flush();
- }
-
- /**
- *
- */
- discoRoomInfo() {
- // https://xmpp.org/extensions/xep-0045.html#disco-roominfo
-
- const getInfo
- = $iq({
- type: 'get',
- to: this.roomjid
- })
- .c('query', { xmlns: Strophe.NS.DISCO_INFO });
-
- this.connection.sendIQ(getInfo, result => {
- const locked
- = $(result).find('>query>feature[var="muc_passwordprotected"]')
- .length
- === 1;
-
- if (locked !== this.locked) {
- this.eventEmitter.emit(XMPPEvents.MUC_LOCK_CHANGED, locked);
- this.locked = locked;
- }
-
- const meetingIdValEl
- = $(result).find('>query>x[type="result"]>field[var="muc#roominfo_meetingId"]>value');
-
- if (meetingIdValEl.length) {
- this.setMeetingId(meetingIdValEl.text());
- } else {
- logger.warn('No meeting ID from backend');
- }
-
- const membersOnly = $(result).find('>query>feature[var="muc_membersonly"]').length === 1;
-
- const lobbyRoomField
- = $(result).find('>query>x[type="result"]>field[var="muc#roominfo_lobbyroom"]>value');
-
- if (this.lobby) {
- this.lobby.setLobbyRoomJid(lobbyRoomField && lobbyRoomField.length ? lobbyRoomField.text() : undefined);
- }
-
- if (membersOnly !== this.membersOnlyEnabled) {
- this.membersOnlyEnabled = membersOnly;
- this.eventEmitter.emit(XMPPEvents.MUC_MEMBERS_ONLY_CHANGED, membersOnly);
- }
-
- }, error => {
- GlobalOnErrorHandler.callErrorHandler(error);
- logger.error('Error getting room info: ', error);
- });
- }
-
- /**
- * Sets the meeting unique Id (received from the backend).
- *
- * @param {string} meetingId - The new meetings id.
- * @returns {void}
- */
- setMeetingId(meetingId) {
- if (this.meetingId !== meetingId) {
- if (this.meetingId) {
- logger.warn(`Meeting Id changed from:${this.meetingId} to:${meetingId}`);
- }
- this.meetingId = meetingId;
- this.eventEmitter.emit(XMPPEvents.MEETING_ID_SET, meetingId);
- }
- }
-
- /**
- *
- */
- createNonAnonymousRoom() {
- // http://xmpp.org/extensions/xep-0045.html#createroom-reserved
-
- if (this.options.disableDiscoInfo) {
- return;
- }
-
- const getForm = $iq({ type: 'get',
- to: this.roomjid })
- .c('query', { xmlns: 'http://jabber.org/protocol/muc#owner' })
- .c('x', { xmlns: 'jabber:x:data',
- type: 'submit' });
-
- this.connection.sendIQ(getForm, form => {
- if (!$(form).find(
- '>query>x[xmlns="jabber:x:data"]'
- + '>field[var="muc#roomconfig_whois"]').length) {
- const errmsg = 'non-anonymous rooms not supported';
-
- GlobalOnErrorHandler.callErrorHandler(new Error(errmsg));
- logger.error(errmsg);
-
- return;
- }
-
- const formSubmit = $iq({ to: this.roomjid,
- type: 'set' })
- .c('query', { xmlns: 'http://jabber.org/protocol/muc#owner' });
-
- formSubmit.c('x', { xmlns: 'jabber:x:data',
- type: 'submit' });
-
- formSubmit.c('field', { 'var': 'FORM_TYPE' })
- .c('value')
- .t('http://jabber.org/protocol/muc#roomconfig').up().up();
-
- formSubmit.c('field', { 'var': 'muc#roomconfig_whois' })
- .c('value').t('anyone').up().up();
-
- this.connection.sendIQ(formSubmit);
-
- }, error => {
- GlobalOnErrorHandler.callErrorHandler(error);
- logger.error('Error getting room configuration form: ', error);
- });
- }
-
- /**
- * Handles Xmpp Connection status updates.
- *
- * @param {Strophe.Status} status - The Strophe connection status.
- */
- onConnStatusChanged(status) {
- // Send cached presence when the XMPP connection is re-established.
- if (status === XmppConnection.Status.CONNECTED) {
- this.sendPresence();
- }
- }
-
- /**
- *
- * @param pres
- */
- onPresence(pres) {
- const from = pres.getAttribute('from');
- const member = {};
- const statusEl = pres.getElementsByTagName('status')[0];
-
- if (statusEl) {
- member.status = statusEl.textContent || '';
- }
- let hasStatusUpdate = false;
- let hasVersionUpdate = false;
- const xElement
- = pres.getElementsByTagNameNS(
- 'http://jabber.org/protocol/muc#user', 'x')[0];
- const mucUserItem
- = xElement && xElement.getElementsByTagName('item')[0];
-
- member.affiliation
- = mucUserItem && mucUserItem.getAttribute('affiliation');
- member.role = mucUserItem && mucUserItem.getAttribute('role');
-
- // Focus recognition
- const jid = mucUserItem && mucUserItem.getAttribute('jid');
-
- member.jid = jid;
- member.isFocus
- = jid && jid.indexOf(`${this.moderator.getFocusUserJid()}/`) === 0;
- member.isHiddenDomain
- = jid && jid.indexOf('@') > 0
- && this.options.hiddenDomain
- === jid.substring(jid.indexOf('@') + 1, jid.indexOf('/'));
-
- this.eventEmitter.emit(XMPPEvents.PRESENCE_RECEIVED, {
- fromHiddenDomain: member.isHiddenDomain,
- presence: pres
- });
-
- const xEl = pres.querySelector('x');
-
- if (xEl) {
- xEl.remove();
- }
-
- const nodes = [];
-
- parser.packet2JSON(pres, nodes);
- this.lastPresences[from] = nodes;
-
- // process nodes to extract data needed for MUC_JOINED and
- // MUC_MEMBER_JOINED events
- const extractIdentityInformation = node => {
- const identity = {};
- const userInfo = node.children.find(c => c.tagName === 'user');
-
- if (userInfo) {
- identity.user = {};
- for (const tag of [ 'id', 'name', 'avatar' ]) {
- const child
- = userInfo.children.find(c => c.tagName === tag);
-
- if (child) {
- identity.user[tag] = child.value;
- }
- }
- }
- const groupInfo = node.children.find(c => c.tagName === 'group');
-
- if (groupInfo) {
- identity.group = groupInfo.value;
- }
-
- return identity;
- };
-
- for (let i = 0; i < nodes.length; i++) {
- const node = nodes[i];
-
- switch (node.tagName) {
- case 'bot': {
- const { attributes } = node;
-
- if (!attributes) {
- break;
- }
- const { type } = attributes;
-
- member.botType = type;
- break;
- }
- case 'nick':
- member.nick = node.value;
- break;
- case 'userId':
- member.id = node.value;
- break;
- case 'stats-id':
- member.statsID = node.value;
- break;
- case 'identity':
- member.identity = extractIdentityInformation(node);
- break;
- case 'features': {
- member.features = this._extractFeatures(node);
- break;
- }
- case 'stat': {
- const { attributes } = node;
-
- if (!attributes) {
- break;
- }
- const { name } = attributes;
-
- if (name === 'version') {
- member.version = attributes.value;
- }
- break;
- }
- }
- }
-
- if (from === this.myroomjid) {
- const newRole
- = member.affiliation === 'owner' ? member.role : 'none';
-
- if (this.role !== newRole) {
- this.role = newRole;
- this.eventEmitter.emit(
- XMPPEvents.LOCAL_ROLE_CHANGED,
- this.role);
- }
- if (!this.joined) {
- this.joined = true;
- const now = this.connectionTimes['muc.joined']
- = window.performance.now();
-
- logger.log('(TIME) MUC joined:\t', now);
-
- // set correct initial state of locked
- if (this.password) {
- this.locked = true;
- }
-
- // Re-send presence in case any presence updates were added,
- // but blocked from sending, during the join process.
- // send the presence only if there was a modification after we had synced it
- if (this.presenceUpdateTime >= this.presenceSyncTime) {
- this.sendPresence();
- }
-
- this.eventEmitter.emit(XMPPEvents.MUC_JOINED);
-
- // Now let's check the disco-info to retrieve the
- // meeting Id if any
- !this.options.disableDiscoInfo && this.discoRoomInfo();
- }
- } else if (jid === undefined) {
- logger.info('Ignoring member with undefined JID');
- } else if (this.members[from] === undefined) {
- // new participant
- this.members[from] = member;
- logger.log('entered', from, member);
- hasStatusUpdate = member.status !== undefined;
- hasVersionUpdate = member.version !== undefined;
- if (member.isFocus) {
- this._initFocus(from, member.features);
- } else {
- // identity is being added to member joined, so external
- // services can be notified for that (currently identity is
- // not used inside library)
- this.eventEmitter.emit(
- XMPPEvents.MUC_MEMBER_JOINED,
- from,
- member.nick,
- member.role,
- member.isHiddenDomain,
- member.statsID,
- member.status,
- member.identity,
- member.botType,
- member.jid,
- member.features);
-
- // we are reporting the status with the join
- // so we do not want a second event about status update
- hasStatusUpdate = false;
- }
- } else {
- // Presence update for existing participant
- // Watch role change:
- const memberOfThis = this.members[from];
-
- if (memberOfThis.role !== member.role) {
- memberOfThis.role = member.role;
- this.eventEmitter.emit(
- XMPPEvents.MUC_ROLE_CHANGED, from, member.role);
- }
-
- // affiliation changed
- if (memberOfThis.affiliation !== member.affiliation) {
- memberOfThis.affiliation = member.affiliation;
- }
-
- // fire event that botType had changed
- if (memberOfThis.botType !== member.botType) {
- memberOfThis.botType = member.botType;
- this.eventEmitter.emit(
- XMPPEvents.MUC_MEMBER_BOT_TYPE_CHANGED,
- from,
- member.botType);
- }
-
- if (member.isFocus) {
- // From time to time first few presences of the focus are not
- // containing it's jid. That way we can mark later the focus
- // member instead of not marking it at all and not starting the
- // conference.
- // FIXME: Maybe there is a better way to handle this issue. It
- // seems there is some period of time in prosody that the
- // configuration form is received but not applied. And if any
- // participant joins during that period of time the first
- // presence from the focus won't contain
- // <item jid="focus..." />.
- // By default we are disabling the waiting for form submission in order to use the room
- // and we had enabled by default that jids are public in the room ,
- // so this case should not happen, if public jid is turned off we will receive the jid
- // when we become moderator in the room
- memberOfThis.isFocus = true;
- this._initFocus(from, member.features);
- }
-
- // store the new display name
- if (member.displayName) {
- memberOfThis.displayName = member.displayName;
- }
-
- // update stored status message to be able to detect changes
- if (memberOfThis.status !== member.status) {
- hasStatusUpdate = true;
- memberOfThis.status = member.status;
- }
-
- if (memberOfThis.version !== member.version) {
- hasVersionUpdate = true;
- memberOfThis.version = member.version;
- }
-
- if (!isEqual(memberOfThis.features, member.features)) {
- memberOfThis.features = member.features;
- this.eventEmitter.emit(XMPPEvents.PARTICIPANT_FEATURES_CHANGED, from, member.features);
- }
- }
-
- // after we had fired member or room joined events, lets fire events
- // for the rest info we got in presence
- for (let i = 0; i < nodes.length; i++) {
- const node = nodes[i];
-
- switch (node.tagName) {
- case 'nick':
- if (!member.isFocus) {
- const displayName
- = this.xmpp.options.displayJids
- ? Strophe.getResourceFromJid(from)
- : member.nick;
-
- this.eventEmitter.emit(
- XMPPEvents.DISPLAY_NAME_CHANGED,
- from,
- displayName);
- }
- break;
- case 'bridgeNotAvailable':
- if (member.isFocus && !this.noBridgeAvailable) {
- this.noBridgeAvailable = true;
- this.eventEmitter.emit(XMPPEvents.BRIDGE_DOWN);
- }
- break;
- case 'conference-properties':
- if (member.isFocus) {
- const properties = {};
-
- for (let j = 0; j < node.children.length; j++) {
- const { attributes } = node.children[j];
-
- if (attributes && attributes.key) {
- properties[attributes.key] = attributes.value;
- }
- }
-
- this.eventEmitter.emit(
- XMPPEvents.CONFERENCE_PROPERTIES_CHANGED, properties);
-
- this.restartByTerminateSupported = properties['support-terminate-restart'] === 'true';
- logger.info(`Jicofo supports restart by terminate: ${this.supportsRestartByTerminate()}`);
- }
- break;
- case 'transcription-status': {
- const { attributes } = node;
-
- if (!attributes) {
- break;
- }
-
- const { status } = attributes;
-
- if (status && status !== this.transcriptionStatus) {
- this.transcriptionStatus = status;
- this.eventEmitter.emit(
- XMPPEvents.TRANSCRIPTION_STATUS_CHANGED,
- status
- );
- }
-
-
- break;
- }
- case 'call-control': {
- const att = node.attributes;
-
- if (!att) {
- break;
- }
- this.phoneNumber = att.phone || null;
- this.phonePin = att.pin || null;
- this.eventEmitter.emit(XMPPEvents.PHONE_NUMBER_CHANGED);
- break;
- }
- default:
- this.processNode(node, from);
- }
- }
-
- // Trigger status message update if necessary
- if (hasStatusUpdate) {
- this.eventEmitter.emit(
- XMPPEvents.PRESENCE_STATUS,
- from,
- member.status);
- }
-
- if (hasVersionUpdate) {
- logger.info(`Received version for ${jid}: ${member.version}`);
- }
- }
-
- /**
- * Extracts the features from the presence.
- * @param node the node to process.
- * @return features the Set of features where extracted data is added.
- * @private
- */
- _extractFeatures(node) {
- const features = new Set();
-
- for (let j = 0; j < node.children.length; j++) {
- const { attributes } = node.children[j];
-
- if (attributes && attributes.var) {
- features.add(attributes.var);
- }
- }
-
- return features;
- }
-
- /**
- * Initialize some properties when the focus participant is verified.
- * @param from jid of the focus
- * @param features the features reported in jicofo presence
- */
- _initFocus(from, features) {
- this.focusMucJid = from;
- this.focusFeatures = features;
- }
-
- /**
- * Sets the special listener to be used for "command"s whose name starts
- * with "jitsi_participant_".
- */
- setParticipantPropertyListener(listener) {
- this.participantPropertyListener = listener;
- }
-
- /**
- * Checks if Jicofo supports restarting Jingle session after 'session-terminate'.
- * @returns {boolean}
- */
- supportsRestartByTerminate() {
- return this.restartByTerminateSupported;
- }
-
- /**
- *
- * @param node
- * @param from
- */
- processNode(node, from) {
- // make sure we catch all errors coming from any handler
- // otherwise we can remove the presence handler from strophe
- try {
- let tagHandlers = this.presHandlers[node.tagName];
-
- if (node.tagName.startsWith('jitsi_participant_')) {
- tagHandlers = [ this.participantPropertyListener ];
- }
-
- if (tagHandlers) {
- tagHandlers.forEach(handler => {
- handler(node, Strophe.getResourceFromJid(from), from);
- });
- }
- } catch (e) {
- GlobalOnErrorHandler.callErrorHandler(e);
- logger.error(`Error processing:${node.tagName} node.`, e);
- }
- }
-
- /**
- * Send text message to the other participants in the conference
- * @param message
- * @param elementName
- * @param nickname
- */
- sendMessage(message, elementName, nickname) {
- const msg = $msg({ to: this.roomjid,
- type: 'groupchat' });
-
- // We are adding the message in a packet extension. If this element
- // is different from 'body', we add a custom namespace.
- // e.g. for 'json-message' extension of message stanza.
- if (elementName === 'body') {
- msg.c(elementName, message).up();
- } else {
- msg.c(elementName, { xmlns: 'http://jitsi.org/jitmeet' }, message)
- .up();
- }
- if (nickname) {
- msg.c('nick', { xmlns: 'http://jabber.org/protocol/nick' })
- .t(nickname)
- .up()
- .up();
- }
- this.connection.send(msg);
- this.eventEmitter.emit(XMPPEvents.SENDING_CHAT_MESSAGE, message);
- }
-
- /* eslint-disable max-params */
- /**
- * Send private text message to another participant of the conference
- * @param id id/muc resource of the receiver
- * @param message
- * @param elementName
- * @param nickname
- */
- sendPrivateMessage(id, message, elementName, nickname) {
- const msg = $msg({ to: `${this.roomjid}/${id}`,
- type: 'chat' });
-
- // We are adding the message in packet. If this element is different
- // from 'body', we add our custom namespace for the same.
- // e.g. for 'json-message' message extension.
- if (elementName === 'body') {
- msg.c(elementName, message).up();
- } else {
- msg.c(elementName, { xmlns: 'http://jitsi.org/jitmeet' }, message)
- .up();
- }
- if (nickname) {
- msg.c('nick', { xmlns: 'http://jabber.org/protocol/nick' })
- .t(nickname)
- .up()
- .up();
- }
-
- this.connection.send(msg);
- this.eventEmitter.emit(
- XMPPEvents.SENDING_PRIVATE_CHAT_MESSAGE, message);
- }
- /* eslint-enable max-params */
-
- /**
- *
- * @param subject
- */
- setSubject(subject) {
- const msg = $msg({ to: this.roomjid,
- type: 'groupchat' });
-
- msg.c('subject', subject);
- this.connection.send(msg);
- }
-
- /**
- * Called when participant leaves.
- * @param jid the jid of the participant that leaves
- * @param skipEvents optional params to skip any events, including check
- * whether this is the focus that left
- */
- onParticipantLeft(jid, skipEvents) {
- delete this.lastPresences[jid];
-
- if (skipEvents) {
- return;
- }
-
- this.eventEmitter.emit(XMPPEvents.MUC_MEMBER_LEFT, jid);
-
- this.moderator.onMucMemberLeft(jid);
- }
-
- /**
- *
- * @param pres
- * @param from
- */
- onPresenceUnavailable(pres, from) {
- // ignore presence
- if ($(pres).find('>ignore[xmlns="http://jitsi.org/jitmeet/"]').length) {
- return true;
- }
-
- // room destroyed ?
- const destroySelect = $(pres).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>destroy');
-
- if (destroySelect.length) {
- let reason;
- const reasonSelect
- = $(pres).find(
- '>x[xmlns="http://jabber.org/protocol/muc#user"]'
- + '>destroy>reason');
-
- if (reasonSelect.length) {
- reason = reasonSelect.text();
- }
-
- this.eventEmitter.emit(XMPPEvents.MUC_DESTROYED, reason, destroySelect.attr('jid'));
- this.connection.emuc.doLeave(this.roomjid);
-
- return true;
- }
-
- // Status code 110 indicates that this notification is "self-presence".
- const isSelfPresence
- = $(pres)
- .find(
- '>x[xmlns="http://jabber.org/protocol/muc#user"]>'
- + 'status[code="110"]')
- .length;
- const isKick
- = $(pres)
- .find(
- '>x[xmlns="http://jabber.org/protocol/muc#user"]'
- + '>status[code="307"]')
- .length;
- const membersKeys = Object.keys(this.members);
-
- if (isKick) {
- const actorSelect
- = $(pres)
- .find('>x[xmlns="http://jabber.org/protocol/muc#user"]>item>actor');
-
- let actorNick;
-
- if (actorSelect.length) {
- actorNick = actorSelect.attr('nick');
- }
-
- // we first fire the kicked so we can show the participant
- // who kicked, before notifying that participant left
- // we fire kicked for us and for any participant kicked
- this.eventEmitter.emit(
- XMPPEvents.KICKED,
- isSelfPresence,
- actorNick,
- Strophe.getResourceFromJid(from));
- }
-
- if (isSelfPresence) {
- // If the status code is 110 this means we're leaving and we would
- // like to remove everyone else from our view, so we trigger the
- // event.
- membersKeys.forEach(jid => {
- const member = this.members[jid];
-
- delete this.members[jid];
- this.onParticipantLeft(jid, member.isFocus);
- });
- this.connection.emuc.doLeave(this.roomjid);
-
- // we fire muc_left only if this is not a kick,
- // kick has both statuses 110 and 307.
- if (!isKick) {
- this.eventEmitter.emit(XMPPEvents.MUC_LEFT);
- }
- } else {
- delete this.members[from];
- this.onParticipantLeft(from, false);
- }
- }
-
- /**
- *
- * @param msg
- * @param from
- */
- onMessage(msg, from) {
- const nick
- = $(msg).find('>nick[xmlns="http://jabber.org/protocol/nick"]')
- .text()
- || Strophe.getResourceFromJid(from);
-
- const type = msg.getAttribute('type');
-
- if (type === 'error') {
- const errorMsg = $(msg).find('>error>text').text();
-
- this.eventEmitter.emit(XMPPEvents.CHAT_ERROR_RECEIVED, errorMsg);
-
- return true;
- }
-
- const txt = $(msg).find('>body').text();
- const subject = $(msg).find('>subject');
-
- if (subject.length) {
- const subjectText = subject.text();
-
- if (subjectText || subjectText === '') {
- this.eventEmitter.emit(XMPPEvents.SUBJECT_CHANGED, subjectText);
- logger.log(`Subject is changed to ${subjectText}`);
- }
- }
-
- // xep-0203 delay
- let stamp = $(msg).find('>delay').attr('stamp');
-
- if (!stamp) {
- // or xep-0091 delay, UTC timestamp
- stamp = $(msg).find('>[xmlns="jabber:x:delay"]').attr('stamp');
-
- if (stamp) {
- // the format is CCYYMMDDThh:mm:ss
- const dateParts
- = stamp.match(/(\d{4})(\d{2})(\d{2}T\d{2}:\d{2}:\d{2})/);
-
- stamp = `${dateParts[1]}-${dateParts[2]}-${dateParts[3]}Z`;
- }
- }
-
- if (from === this.roomjid) {
- let invite;
-
- if ($(msg).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>status[code="104"]').length) {
- this.discoRoomInfo();
- } else if ((invite = $(msg).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>invite'))
- && invite.length) {
- const passwordSelect = $(msg).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>password');
- let password;
-
- if (passwordSelect && passwordSelect.length) {
- password = passwordSelect.text();
- }
-
- this.eventEmitter.emit(XMPPEvents.INVITE_MESSAGE_RECEIVED,
- from, invite.attr('from'), txt, password);
- }
- }
-
- const jsonMessage = $(msg).find('>json-message').text();
-
- if (jsonMessage) {
- const parsedJson = this.xmpp.tryParseJSONAndVerify(jsonMessage);
-
- // We emit this event if the message is a valid json, and is not
- // delivered after a delay, i.e. stamp is undefined.
- // e.g. - subtitles should not be displayed if delayed.
- if (parsedJson && stamp === undefined) {
- this.eventEmitter.emit(XMPPEvents.JSON_MESSAGE_RECEIVED,
- from, parsedJson);
-
- return;
- }
- }
-
- if (txt) {
- if (type === 'chat') {
- this.eventEmitter.emit(XMPPEvents.PRIVATE_MESSAGE_RECEIVED,
- from, nick, txt, this.myroomjid, stamp);
- } else if (type === 'groupchat') {
- this.eventEmitter.emit(XMPPEvents.MESSAGE_RECEIVED,
- from, nick, txt, this.myroomjid, stamp);
- }
- }
- }
-
- /**
- *
- * @param pres
- * @param from
- */
- onPresenceError(pres, from) {
- if ($(pres)
- .find(
- '>error[type="auth"]'
- + '>not-authorized['
- + 'xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]')
- .length) {
- logger.log('on password required', from);
- this.eventEmitter.emit(XMPPEvents.PASSWORD_REQUIRED);
- } else if ($(pres)
- .find(
- '>error[type="cancel"]'
- + '>not-allowed['
- + 'xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]')
- .length) {
- const toDomain = Strophe.getDomainFromJid(pres.getAttribute('to'));
-
- if (toDomain === this.xmpp.options.hosts.anonymousdomain) {
- // enter the room by replying with 'not-authorized'. This would
- // result in reconnection from authorized domain.
- // We're either missing Jicofo/Prosody config for anonymous
- // domains or something is wrong.
- this.eventEmitter.emit(XMPPEvents.ROOM_JOIN_ERROR);
-
- } else {
- logger.warn('onPresError ', pres);
- this.eventEmitter.emit(
- XMPPEvents.ROOM_CONNECT_NOT_ALLOWED_ERROR);
- }
- } else if ($(pres).find('>error>service-unavailable').length) {
- logger.warn('Maximum users limit for the room has been reached',
- pres);
- this.eventEmitter.emit(XMPPEvents.ROOM_MAX_USERS_ERROR);
- } else if ($(pres)
- .find(
- '>error[type="auth"]'
- + '>registration-required['
- + 'xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]').length) {
-
- // let's extract the lobby jid from the custom field
- const lobbyRoomNode = $(pres).find('>lobbyroom');
- let lobbyRoomJid;
-
- if (lobbyRoomNode.length) {
- lobbyRoomJid = lobbyRoomNode.text();
- }
-
- this.eventEmitter.emit(XMPPEvents.ROOM_CONNECT_MEMBERS_ONLY_ERROR, lobbyRoomJid);
- } else {
- logger.warn('onPresError ', pres);
- this.eventEmitter.emit(XMPPEvents.ROOM_CONNECT_ERROR);
- }
- }
-
- /**
- *
- * @param jid
- * @param affiliation
- */
- setAffiliation(jid, affiliation) {
- const grantIQ = $iq({
- to: this.roomjid,
- type: 'set'
- })
- .c('query', { xmlns: 'http://jabber.org/protocol/muc#admin' })
- .c('item', {
- affiliation,
- nick: Strophe.getResourceFromJid(jid)
- })
- .c('reason').t(`Your affiliation has been changed to '${affiliation}'.`)
- .up().up().up();
-
- this.connection.sendIQ(
- grantIQ,
- result => logger.log('Set affiliation of participant with jid: ', jid, 'to', affiliation, result),
- error => logger.log('Set affiliation of participant error: ', error));
- }
-
- /**
- *
- * @param jid
- */
- kick(jid) {
- const kickIQ = $iq({ to: this.roomjid,
- type: 'set' })
- .c('query', { xmlns: 'http://jabber.org/protocol/muc#admin' })
- .c('item', { nick: Strophe.getResourceFromJid(jid),
- role: 'none' })
- .c('reason').t('You have been kicked.').up().up().up();
-
- this.connection.sendIQ(
- kickIQ,
- result => logger.log('Kick participant with jid: ', jid, result),
- error => logger.log('Kick participant error: ', error));
- }
-
- /* eslint-disable max-params */
-
- /**
- *
- * @param key
- * @param onSuccess
- * @param onError
- * @param onNotSupported
- */
- lockRoom(key, onSuccess, onError, onNotSupported) {
- // http://xmpp.org/extensions/xep-0045.html#roomconfig
- this.connection.sendIQ(
- $iq({
- to: this.roomjid,
- type: 'get'
- })
- .c('query', { xmlns: 'http://jabber.org/protocol/muc#owner' }),
- res => {
- if ($(res)
- .find(
- '>query>x[xmlns="jabber:x:data"]'
- + '>field[var="muc#roomconfig_roomsecret"]')
- .length) {
- const formsubmit
- = $iq({
- to: this.roomjid,
- type: 'set'
- })
- .c('query', {
- xmlns: 'http://jabber.org/protocol/muc#owner'
- });
-
- formsubmit.c('x', {
- xmlns: 'jabber:x:data',
- type: 'submit'
- });
- formsubmit
- .c('field', { 'var': 'FORM_TYPE' })
- .c('value')
- .t('http://jabber.org/protocol/muc#roomconfig')
- .up()
- .up();
- formsubmit
- .c('field', { 'var': 'muc#roomconfig_roomsecret' })
- .c('value')
- .t(key)
- .up()
- .up();
- formsubmit
- .c('field',
- { 'var': 'muc#roomconfig_passwordprotectedroom' })
- .c('value')
- .t(key === null || key.length === 0 ? '0' : '1')
- .up()
- .up();
-
- // if members only enabled
- if (this.membersOnlyEnabled) {
- formsubmit
- .c('field', { 'var': 'muc#roomconfig_membersonly' })
- .c('value')
- .t('true')
- .up()
- .up();
- }
-
- // Fixes a bug in prosody 0.9.+
- // https://prosody.im/issues/issue/373
- formsubmit
- .c('field', { 'var': 'muc#roomconfig_whois' })
- .c('value')
- .t('anyone')
- .up()
- .up();
-
- this.connection.sendIQ(formsubmit, onSuccess, onError);
- } else {
- onNotSupported();
- }
- },
- onError);
- }
-
- /* eslint-enable max-params */
-
- /**
- * Turns off or on the members only config for the main room.
- *
- * @param {boolean} enabled - Whether to turn it on or off.
- * @param onSuccess - optional callback.
- * @param onError - optional callback.
- */
- setMembersOnly(enabled, onSuccess, onError) {
- if (enabled && Object.values(this.members).filter(m => !m.isFocus).length) {
- // first grant membership to all that are in the room
- // currently there is a bug in prosody where it handles only the first item
- // that's why we will send iq per member
- Object.values(this.members).forEach(m => {
- if (m.jid && !MEMBERS_AFFILIATIONS.includes(m.affiliation)) {
- this.xmpp.connection.sendIQ(
- $iq({
- to: this.roomjid,
- type: 'set' })
- .c('query', {
- xmlns: 'http://jabber.org/protocol/muc#admin' })
- .c('item', {
- 'affiliation': 'member',
- 'jid': m.jid
- }).up().up());
- }
- });
- }
-
- const errorCallback = onError ? onError : () => {}; // eslint-disable-line no-empty-function
-
- this.xmpp.connection.sendIQ(
- $iq({
- to: this.roomjid,
- type: 'get'
- }).c('query', { xmlns: 'http://jabber.org/protocol/muc#owner' }),
- res => {
- if ($(res).find('>query>x[xmlns="jabber:x:data"]>field[var="muc#roomconfig_membersonly"]').length) {
- const formToSubmit
- = $iq({
- to: this.roomjid,
- type: 'set'
- }).c('query', { xmlns: 'http://jabber.org/protocol/muc#owner' });
-
- formToSubmit.c('x', {
- xmlns: 'jabber:x:data',
- type: 'submit'
- });
- formToSubmit
- .c('field', { 'var': 'FORM_TYPE' })
- .c('value')
- .t('http://jabber.org/protocol/muc#roomconfig')
- .up()
- .up();
- formToSubmit
- .c('field', { 'var': 'muc#roomconfig_membersonly' })
- .c('value')
- .t(enabled ? 'true' : 'false')
- .up()
- .up();
-
- // if room is locked from other participant or we are locking it
- if (this.locked) {
- formToSubmit
- .c('field',
- { 'var': 'muc#roomconfig_passwordprotectedroom' })
- .c('value')
- .t('1')
- .up()
- .up();
- }
-
- this.xmpp.connection.sendIQ(formToSubmit, onSuccess, errorCallback);
- } else {
- errorCallback(new Error('Setting members only room not supported!'));
- }
- },
- errorCallback);
- }
-
- /**
- * Adds the key to the presence map, overriding any previous value.
- * @param key
- * @param values
- */
- addToPresence(key, values) {
- values.tagName = key;
- this.removeFromPresence(key);
- this.presMap.nodes.push(values);
- this.presenceUpdateTime = Date.now();
- }
-
- /**
- * Retrieves a value from the presence map.
- *
- * @param {string} key - The key to find the value for.
- * @returns {Object?}
- */
- getFromPresence(key) {
- return this.presMap.nodes.find(node => key === node.tagName);
- }
-
- /**
- * Removes a key from the presence map.
- * @param key
- */
- removeFromPresence(key) {
- const nodes = this.presMap.nodes.filter(node => key !== node.tagName);
-
- this.presMap.nodes = nodes;
- this.presenceUpdateTime = Date.now();
- }
-
- /**
- *
- * @param name
- * @param handler
- */
- addPresenceListener(name, handler) {
- if (typeof handler !== 'function') {
- throw new Error('"handler" is not a function');
- }
- let tagHandlers = this.presHandlers[name];
-
- if (!tagHandlers) {
- this.presHandlers[name] = tagHandlers = [];
- }
- if (tagHandlers.indexOf(handler) === -1) {
- tagHandlers.push(handler);
- } else {
- logger.warn(
- `Trying to add the same handler more than once for: ${name}`);
- }
- }
-
- /**
- *
- * @param name
- * @param handler
- */
- removePresenceListener(name, handler) {
- const tagHandlers = this.presHandlers[name];
- const handlerIdx = tagHandlers ? tagHandlers.indexOf(handler) : -1;
-
- // eslint-disable-next-line no-negated-condition
- if (handlerIdx !== -1) {
- tagHandlers.splice(handlerIdx, 1);
- } else {
- logger.warn(`Handler for: ${name} was not registered`);
- }
- }
-
- /**
- * Checks if the user identified by given <tt>mucJid</tt> is the conference
- * focus.
- * @param mucJid the full MUC address of the user to be checked.
- * @returns {boolean|null} <tt>true</tt> if MUC user is the conference focus
- * or <tt>false</tt> if is not. When given <tt>mucJid</tt> does not exist in
- * the MUC then <tt>null</tt> is returned.
- */
- isFocus(mucJid) {
- const member = this.members[mucJid];
-
- if (member) {
- return member.isFocus;
- }
-
- return null;
- }
-
- /**
- *
- */
- isModerator() {
- return this.role === 'moderator';
- }
-
- /**
- *
- * @param peerJid
- */
- getMemberRole(peerJid) {
- if (this.members[peerJid]) {
- return this.members[peerJid].role;
- }
-
- return null;
- }
-
- /**
- *
- * @param mute
- * @param callback
- */
- setVideoMute(mute, callback) {
- this.sendVideoInfoPresence(mute);
- if (callback) {
- callback(mute);
- }
- }
-
- /**
- *
- * @param mute
- * @param callback
- */
- setAudioMute(mute, callback) {
- return this.sendAudioInfoPresence(mute, callback);
- }
-
- /**
- *
- * @param mute
- */
- addAudioInfoToPresence(mute) {
- this.addToPresence(
- 'audiomuted',
- {
- attributes: { 'xmlns': 'http://jitsi.org/jitmeet/audio' },
- value: mute.toString()
- });
- }
-
- /**
- *
- * @param mute
- * @param callback
- */
- sendAudioInfoPresence(mute, callback) {
- this.addAudioInfoToPresence(mute);
-
- // FIXME resend presence on CONNECTED
- this.sendPresence();
- if (callback) {
- callback();
- }
- }
-
- /**
- *
- * @param mute
- */
- addVideoInfoToPresence(mute) {
- this.addToPresence(
- 'videomuted',
- {
- attributes: { 'xmlns': 'http://jitsi.org/jitmeet/video' },
- value: mute.toString()
- });
- }
-
- /**
- *
- * @param mute
- */
- sendVideoInfoPresence(mute) {
- this.addVideoInfoToPresence(mute);
- this.sendPresence();
- }
-
- /**
- * Obtains the info about given media advertised in the MUC presence of
- * the participant identified by the given endpoint JID.
- * @param {string} endpointId the endpoint ID mapped to the participant
- * which corresponds to MUC nickname.
- * @param {MediaType} mediaType the type of the media for which presence
- * info will be obtained.
- * @return {PeerMediaInfo} presenceInfo an object with media presence
- * info or <tt>null</tt> either if there is no presence available or if
- * the media type given is invalid.
- */
- getMediaPresenceInfo(endpointId, mediaType) {
- // Will figure out current muted status by looking up owner's presence
- const pres = this.lastPresences[`${this.roomjid}/${endpointId}`];
-
- if (!pres) {
- // No presence available
- return null;
- }
- const data = {
- muted: false, // unmuted by default
- videoType: undefined // no video type by default
- };
- let mutedNode = null;
-
- if (mediaType === MediaType.AUDIO) {
- mutedNode = filterNodeFromPresenceJSON(pres, 'audiomuted');
- } else if (mediaType === MediaType.VIDEO) {
- mutedNode = filterNodeFromPresenceJSON(pres, 'videomuted');
- const videoTypeNode = filterNodeFromPresenceJSON(pres, 'videoType');
-
- if (videoTypeNode.length > 0) {
- data.videoType = videoTypeNode[0].value;
- }
- } else {
- logger.error(`Unsupported media type: ${mediaType}`);
-
- return null;
- }
-
- data.muted = mutedNode.length > 0 && mutedNode[0].value === 'true';
-
- return data;
- }
-
- /**
- * Returns true if the SIP calls are supported and false otherwise
- */
- isSIPCallingSupported() {
- if (this.moderator) {
- return this.moderator.isSipGatewayEnabled();
- }
-
- return false;
- }
-
- /**
- * Dials a number.
- * @param number the number
- */
- dial(number) {
- return this.connection.rayo.dial(number, 'fromnumber',
- Strophe.getBareJidFromJid(this.myroomjid), this.password,
- this.focusMucJid);
- }
-
- /**
- * Hangup an existing call
- */
- hangup() {
- return this.connection.rayo.hangup();
- }
-
- /**
- *
- * @returns {Lobby}
- */
- getLobby() {
- return this.lobby;
- }
-
- /**
- * Returns the phone number for joining the conference.
- */
- getPhoneNumber() {
- return this.phoneNumber;
- }
-
- /**
- * Returns the pin for joining the conference with phone.
- */
- getPhonePin() {
- return this.phonePin;
- }
-
- /**
- * Returns the meeting unique ID if any came from backend.
- *
- * @returns {string} - The meeting ID.
- */
- getMeetingId() {
- return this.meetingId;
- }
-
- /**
- * Mutes remote participant.
- * @param jid of the participant
- * @param mute
- */
- muteParticipant(jid, mute) {
- logger.info('set mute', mute);
- const iqToFocus = $iq(
- { to: this.focusMucJid,
- type: 'set' })
- .c('mute', {
- xmlns: 'http://jitsi.org/jitmeet/audio',
- jid
- })
- .t(mute.toString())
- .up();
-
- this.connection.sendIQ(
- iqToFocus,
- result => logger.log('set mute', result),
- error => logger.log('set mute error', error));
- }
-
- /**
- * TODO: Document
- * @param iq
- */
- onMute(iq) {
- const from = iq.getAttribute('from');
-
- if (from !== this.focusMucJid) {
- logger.warn('Ignored mute from non focus peer');
-
- return;
- }
- const mute = $(iq).find('mute');
-
- if (mute.length && mute.text() === 'true') {
- this.eventEmitter.emit(XMPPEvents.AUDIO_MUTED_BY_FOCUS, mute.attr('actor'));
- } else {
- // XXX Why do we support anything but muting? Why do we encode the
- // value in the text of the element? Why do we use a separate XML
- // namespace?
- logger.warn('Ignoring a mute request which does not explicitly '
- + 'specify a positive mute command.');
- }
- }
-
- /**
- * Clean any listeners or resources, executed on leaving.
- */
- clean() {
- this._removeConnListeners.forEach(remove => remove());
- this._removeConnListeners = [];
-
- this.joined = false;
- }
-
- /**
- * Leaves the room. Closes the jingle session.
- * @returns {Promise} which is resolved if XMPPEvents.MUC_LEFT is received
- * less than 5s after sending presence unavailable. Otherwise the promise is
- * rejected.
- */
- leave() {
- return new Promise((resolve, reject) => {
- const timeout = setTimeout(() => onMucLeft(true), 5000);
- const eventEmitter = this.eventEmitter;
-
- this.clean();
-
- /**
- *
- * @param doReject
- */
- function onMucLeft(doReject = false) {
- eventEmitter.removeListener(XMPPEvents.MUC_LEFT, onMucLeft);
- clearTimeout(timeout);
- if (doReject) {
- // the timeout expired
- reject(new Error('The timeout for the confirmation about '
- + 'leaving the room expired.'));
- } else {
- resolve();
- }
- }
- eventEmitter.on(XMPPEvents.MUC_LEFT, onMucLeft);
- this.doLeave();
- });
- }
- }
-
- /* eslint-enable newline-per-chained-call */
|