Просмотр исходного кода

Fixes some issues with the tests

j8
hristoterezov 10 лет назад
Родитель
Сommit
71a56e13d9
2 измененных файлов: 12 добавлений и 0 удалений
  1. 6
    0
      libs/app.bundle.js
  2. 6
    0
      modules/xmpp/xmpp.js

+ 6
- 0
libs/app.bundle.js Просмотреть файл

@@ -16279,6 +16279,12 @@ var XMPP = {
16279 16279
         if(!connection)
16280 16280
             return null;
16281 16281
         return connection.emuc.ssrc2jid[ssrc];
16282
+    },
16283
+    getMUCJoined: function () {
16284
+        return connection.emuc.joined;
16285
+    },
16286
+    getSessions: function () {
16287
+        return connection.jingle.sessions;
16282 16288
     }
16283 16289
 
16284 16290
 };

+ 6
- 0
modules/xmpp/xmpp.js Просмотреть файл

@@ -431,6 +431,12 @@ var XMPP = {
431 431
         if(!connection)
432 432
             return null;
433 433
         return connection.emuc.ssrc2jid[ssrc];
434
+    },
435
+    getMUCJoined: function () {
436
+        return connection.emuc.joined;
437
+    },
438
+    getSessions: function () {
439
+        return connection.jingle.sessions;
434 440
     }
435 441
 
436 442
 };

Загрузка…
Отмена
Сохранить