12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691 |
- /* global $, __filename */
-
- import { getLogger } from 'jitsi-meet-logger';
- import { $iq, $msg, $pres, Strophe } from 'strophe.js';
-
- import GlobalOnErrorHandler from '../util/GlobalOnErrorHandler';
- import * as JitsiTranscriptionStatus from '../../JitsiTranscriptionStatus';
- import Listenable from '../util/Listenable';
- import * as MediaType from '../../service/RTC/MediaType';
- import XMPPEvents from '../../service/xmpp/XMPPEvents';
-
- import Lobby from './Lobby';
- import Moderator from './moderator';
- import XmppConnection from './XmppConnection';
-
- 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.
- * @param {Object} customJoinPresenceExtensions - Key values object to be used
- * for the initial presence, they key will be an xmpp node and its text is the value,
- * and those will be added to the initial <x xmlns='http://jabber.org/protocol/muc'/>
- * @returns {Promise} - resolved when join completes. At the time of this
- * writing it's never rejected.
- */
- join(password, customJoinPresenceExtensions) {
- 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, customJoinPresenceExtensions);
- 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.
- * @param customJoinPresenceExtensions - Object of key values to be added to the initial presence only.
- */
- sendPresence(fromJoin, customJoinPresenceExtensions) {
- 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();
- }
- if (customJoinPresenceExtensions) {
- Object.keys(customJoinPresenceExtensions).forEach(key => {
- pres.c(key).t(customJoinPresenceExtensions[key]).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 '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, jid);
- } 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);
-
- // 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..." />.
- memberOfThis.isFocus = true;
- this._initFocus(from, jid);
- }
-
- // 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;
- }
- }
-
- // 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);
- }
- 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}`);
- }
- }
-
- /**
- * Initialize some properties when the focus participant is verified.
- * @param from jid of the focus
- * @param mucJid the jid of the focus in the muc
- */
- _initFocus(from, mucJid) {
- this.focusMucJid = from;
-
- logger.info(`Ignore focus: ${from}, real JID: ${mucJid}`);
- }
-
- /**
- * Sets the special listener to be used for "command"s whose name starts
- * with "jitsi_participant_".
- */
- setParticipantPropertyListener(listener) {
- this.participantPropertyListener = listener;
- }
-
- /**
- *
- * @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();
- 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
- */
- 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) {
- let sendGrantMembershipIq = false;
-
- // first grant membership to all that are in the room
- const grantMembership = $iq({ to: this.roomjid,
- type: 'set' })
- .c('query', { xmlns: 'http://jabber.org/protocol/muc#admin' });
-
- Object.values(this.members).forEach(m => {
- if (m.jid && !MEMBERS_AFFILIATIONS.includes(m.affiliation)) {
- grantMembership.c('item', {
- 'affiliation': 'member',
- 'jid': m.jid }).up();
- sendGrantMembershipIq = true;
- }
- });
-
- if (sendGrantMembershipIq) {
- this.xmpp.connection.sendIQ(grantMembership.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 = [];
- }
-
- /**
- * 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 */
|