xmpp.chapril.org-conversejs/spec
JC Brand 17dfa3d7ba Avoid race-condition that destroys vcards
VCards were being created before `fetch` was completed, so once fetch
was done those VCards were unset from their collection.

Add a new event and promise `VCardsInitialized` that triggers after
successful fetching and wait for it before creating VCards.
2019-10-30 13:02:23 +01:00
..
autocomplete.js Remove need to pass in spies to initConverse 2019-10-11 17:46:13 +02:00
bookmarks.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
chatbox.js Avoid race-condition that destroys vcards 2019-10-30 13:02:23 +01:00
controlbox.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
converse.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
disco.js Remove need to pass in spies to initConverse 2019-10-11 17:46:13 +02:00
emojis.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
eventemitter.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00
headline.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
http-file-upload.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
login.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
mam.js Update test to wait for IQ stanzas 2019-10-11 21:13:45 +02:00
messages.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
minchats.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
modtools.js Remove need to pass in spies to initConverse 2019-10-11 17:46:13 +02:00
muc_messages.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
muc.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
notification.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
omemo.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
ping.js converse-ping: Refactor and update to reconnect upon ping timeout 2019-08-10 12:26:07 +02:00
presence.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
profiling.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
protocol.js Avoid race-condition that destroys vcards 2019-10-30 13:02:23 +01:00
push.js Remove need to pass in spies to initConverse 2019-10-11 17:46:13 +02:00
register.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
room_registration.js Remove need to pass in spies to initConverse 2019-10-11 17:46:13 +02:00
roomslist.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
roster.js Avoid race-condition that destroys vcards 2019-10-30 13:02:23 +01:00
smacks.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
spoilers.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
transcripts.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
user-details-modal.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
utils.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00
xmppstatus.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00