diff --git a/clientapp/models/contact.js b/clientapp/models/contact.js index 1b60228..bc14de8 100644 --- a/clientapp/models/contact.js +++ b/clientapp/models/contact.js @@ -135,6 +135,14 @@ module.exports = HumanModel.define({ fn: function () { return this.unreadCount > 0; } + }, + jingleResources: { + cache: false, + fn: function () { + return this.resources.filter(function (res) { + return res.supportsJingleMedia; + }); + } } }, collections: { diff --git a/public/x-manifest.cache b/public/x-manifest.cache index 1f5d39e..9f8d00b 100644 --- a/public/x-manifest.cache +++ b/public/x-manifest.cache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 0.0.1 1381729479369 +# 0.0.1 1381784954237 CACHE: /app.js