We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f820bae commit 1f635caCopy full SHA for 1f635ca
js/modules/qbChat.js
@@ -1361,6 +1361,10 @@ Helpers.prototype = {
1361
return jid.split('@')[0].split('_')[1];
1362
},
1363
1364
+ getRoomJidFromDialogId: function(dialogId) {
1365
+ return config.creds.appId + '_' + dialogId + '@' + config.endpoints.muc;
1366
+ },
1367
+
1368
getRoomJid: function(jid) {
1369
if(!isBrowser) throw unsupported;
1370
return jid + '/' + this.getIdFromNode(connection.jid);
0 commit comments