xmpp.chapril.org-conversejs/spec
JC Brand a75c118a2c Prioritize roster nickname as message and chatbox display name
Set reference to roster contact on the message and chatbox object and
listen for changes to the nickname.

Currently, because chat boxes are fetched and initialized before the
roster, messages and chats are repainted with the correct display name
only later, causing a "flash" effect.

Ideally we would only initialize the chat boxes after the roster
contacts have been fetched, but this is currently not easily possible
because we need the control box to render before everything else.
2019-04-09 17:20:41 +02:00
..
autocomplete.js Remove Awesomeplete in favor of _converse.AutoComplete 2019-03-28 12:43:34 +01:00
bookmarks.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
chatbox.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
controlbox.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
converse.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
disco.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
eventemitter.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
headline.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
http-file-upload.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
login.js Make converse.initialize an async function 2019-02-12 15:34:50 +01:00
mam.js No need for a separate archive_id value. 2019-03-07 16:45:00 +01:00
messages.js Prioritize roster nickname as message and chatbox display name 2019-04-09 17:20:41 +02:00
minchats.js Prioritize roster nickname as message and chatbox display name 2019-04-09 17:20:41 +02:00
muc.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
notification.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
omemo.js Bugfix. Create device based on prekey message for from JID 2019-03-31 19:36:04 +02:00
ping.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
presence.js Make converse.initialize an async function 2019-02-12 15:34:50 +01:00
profiling.js Make converse.initialize an async function 2019-02-12 15:34:50 +01:00
protocol.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
push.js Make converse.initialize an async function 2019-02-12 15:34:50 +01:00
register.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
room_registration.js Replace http: with https: in xmpp.org links 2019-03-04 17:49:44 +01:00
roomslist.js Prevent duplicate messages by comparing MAM archive id to XEP-0359 stanza ids 2019-02-19 23:08:29 +01:00
roster.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
spoilers.js Two changes, see below 2019-02-24 20:27:41 +01:00
transcripts.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
user-details-modal.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
utils.js Get tests to run agains the webpack build 2018-06-03 16:40:20 +02:00
xmppstatus.js Make converse.initialize an async function 2019-02-12 15:34:50 +01:00