xmpp.chapril.org-conversejs/src/headless/plugins/disco
JC Brand 46f567d0d1 Fix memory leak in sessionStorage
The disco entities collection gets recreated and repopulated every time
the connection is re-established or after the user logs in again after
having logged out.

The old disco entities weren't being removed, due to an erroneous
`shouldClearCache` call (not applicable to sessionStorage data).

In addition we need a handler to fire and clear the entities cache when
Converse is going to restart.
2021-06-29 11:20:50 +02:00
..
tests Remove sinon and bump npm 2021-06-25 11:21:17 +02:00
api.js Bugfix. TypeError: cannot read property 'length' of undefined 2021-06-14 10:50:58 +02:00
entities.js Move disco plugin into folder and import lodash utilities separately 2021-04-21 11:03:22 +02:00
entity.js Use @converse/openpromise 2021-04-28 18:35:08 +02:00
index.js Fix memory leak in sessionStorage 2021-06-29 11:20:50 +02:00
utils.js Fix memory leak in sessionStorage 2021-06-29 11:20:50 +02:00