Media embeds #4

Open
opened 2025-02-22 14:17:31 -08:00 by jshiffer · 3 comments
Owner

Discord images show up as links in XMPP. We should be using OOB.
XMPP images show up as links in discord, which happen to get auto-embedded. This causes the image to re-appear if there's anything which copies the message content (eg. XMPP-to-XMPP replies). It should preferably be a rich embed.

Discord images show up as links in XMPP. We should be using OOB. XMPP images show up as links in discord, which happen to get auto-embedded. This causes the image to re-appear if there's anything which copies the message content (eg. XMPP-to-XMPP replies). It should preferably be a rich embed.

On the same token, replies via XMPP will repeat a ping to a Discord user for every reply in a chain. That is,

{{foo}}: @discord_user
{{bar (xmpp}}: > @discord_user
# discord_user has been pinged twice
On the same token, replies via XMPP will repeat a ping to a Discord user for every reply in a chain. That is, ``` {{foo}}: @discord_user {{bar (xmpp}}: > @discord_user # discord_user has been pinged twice ```
Author
Owner

Forwarded messages in Discord are completely invisible to matterbridge

Forwarded messages in Discord are completely invisible to matterbridge
Author
Owner

Rich embeds on the Discord side will show up in a very crude plaintext form in XMPP if you turn on the ShowEmbeds setting. At this point, it might be easiest to mock up an HTML template, and show it on the XMPP side as a screenshot or webxdc lol

Rich embeds on the Discord side will show up in a very crude plaintext form in XMPP if you turn on the [ShowEmbeds](https://github.com/42wim/matterbridge/wiki/Section-Discord-%28basic%29#specification) setting. At this point, it might be easiest to mock up an HTML template, and show it on the XMPP side as a screenshot or webxdc lol
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lug/matterbridge#4