xmpp.chapril.org-conversejs/spec
JC Brand b5eea12d49 Refactor so that message attributes are parsed early
It's better to parse an incoming message stanza early, than to have
all kinds of methods throughout the codebase that does querySelector
etc.

Firstly, it allows us to catch and report errors and malicious stanzas early on.
It also simplifies programming because you don't need to try and
remember how to properly parse a stanza, all the work is done upfront
for you.
2020-04-27 16:34:37 +02:00
..
autocomplete.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
bookmarks.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
chatbox.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
controlbox.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
converse.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
disco.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
emojis.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
eventemitter.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
hats.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
headline.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
http-file-upload.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
login.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
mam.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
messages.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
minchats.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
modtools.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
muc_messages.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
muc.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
notification.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
omemo.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
ping.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
presence.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
protocol.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
push.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
register.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
retractions.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
room_registration.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
roomslist.js Refactor so that message attributes are parsed early 2020-04-27 16:34:37 +02:00
roster.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
smacks.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
spoilers.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
user-details-modal.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
utils.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
xmppstatus.js Use Karma as test runner 2020-04-23 11:55:51 +02:00
xss.js Use Karma as test runner 2020-04-23 11:55:51 +02:00