xmpp.chapril.org-conversejs/src/shared/chat
JC Brand 90ea092e4d Register a XEP-0316 MEP handler
Add caps element to the MUC join presence, so that the MUC MEP node can
know whether we're interested in receiving MEP messages.

Create info messages for any `conference-info` tags that contain `activity` tags.

Check for both `headline` and `normal` MEP messages (even though the XEP
only show `headline` examples), since `normal` messages can be archived
in MAM, but `headline` ones not.

Update the XEP-0372 reference-parsing code to take the `anchor`
attribute into consideration, specifically to check which text element
the reference applies to.

Add support for rendering XEP-0372 mentions in "info" messages and for
triggering HTML5 Desktop notifications for such mentions.

Background:
-----------

XEP-0316 describes a way for a MUC to send out PEP-like messages to MUC
participants. This feature can be used to describe custom activity happening
in the MUC.
2021-08-31 11:23:49 +02:00
..
styles Render embedded media with full width in overlayed view mode 2021-06-24 16:13:02 +02:00
templates Register a XEP-0316 MEP handler 2021-08-31 11:23:49 +02:00
baseview.js Fix function not being exported 2021-06-17 16:32:58 +02:00
chat-content.js Use API to get chat/room models in components 2021-06-22 14:47:35 +02:00
emoji-dropdown.js Move functions out of core.js 2021-07-19 16:40:40 +02:00
emoji-picker-content.js Use intersection observer to remember scrolling position 2021-06-03 18:24:55 +02:00
emoji-picker.js Fixes concerning dropdowns 2021-06-29 11:33:24 +02:00
help-messages.js Use DOMPurify instead of XSS.js 2021-07-15 14:16:41 +02:00
message-actions.js Identify media URLs during message parsing 2021-07-06 13:35:22 +02:00
message-body.js Identify media URLs during message parsing 2021-07-06 13:35:22 +02:00
message-history.js Add a placeholder to indicate a gap in the message history 2021-06-17 11:35:06 +02:00
message-limit.js Create converse-message-form component 2021-06-04 12:53:03 +02:00
message.js Register a XEP-0316 MEP handler 2021-08-31 11:23:49 +02:00
toolbar.js Add ability to let dropdown appear at the top, left-aligned 2021-07-01 15:23:37 +02:00
unfurl.js Declarative scrolling and rendering new messages indicator 2021-06-03 14:16:03 +02:00
utils.js Fix function not being exported 2021-06-17 16:32:58 +02:00