You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With matterbridge-org#134 we have this semi-functional: reactions sent by XMPP clients include <reply> as a fallback, and the reaction emoji is just in the <body> so it comes through, it's just cluttered because each reaction shows as a separate message.
All the infrastructure is there already. We just need to adapt it.
Roadmap:
Figure out what exists in matterbridge's config.Message type for representing Reactions and how to use it
Patch go-xmpp to parse the <reactions> element
Translate xmpp.Chat.Reactions (or whatever) to config.Message.Reactions (or whatever) on incoming messages
Translate config.Message.Reactions to xmpp.Chat.Reactions on outgoing messages
Support https://xmpp.org/extensions/xep-0444.html.
With matterbridge-org#134 we have this semi-functional: reactions sent by XMPP clients include
<reply>as a fallback, and the reaction emoji is just in the<body>so it comes through, it's just cluttered because each reaction shows as a separate message.All the infrastructure is there already. We just need to adapt it.
Roadmap:
<reactions>element