瀏覽代碼

Fixes some issues with the tests

master
hristoterezov 10 年之前
父節點
當前提交
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
         if(!connection)
16279
         if(!connection)
16280
             return null;
16280
             return null;
16281
         return connection.emuc.ssrc2jid[ssrc];
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
         if(!connection)
431
         if(!connection)
432
             return null;
432
             return null;
433
         return connection.emuc.ssrc2jid[ssrc];
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
 };

Loading…
取消
儲存