Skip to content

Draft: feat: Add XEP-0444: Message Reactions

Daniel Brötzmann requested to merge reactions into master

Draft of a XEP-0444: Message Reactions implementation.

What has been done so far:

  • ReactionsBar widget, which displays reactions and lets you add or remove own reactions

What needs to be done:

  • Database storage (data structure, ...)
  • DB Migration
  • Add incoming reaction limit
  • Ignore if occupant id is not available
  • Check if 'store' hint is correctly set
  • Prevent in GUI to send reactions if Occupant id is not supported
  • Handling of incoming reactions
  • Handling for outgoing reactions
  • Menu item for adding a reaction
  • Determining support
Edited by Daniel Brötzmann

Merge request reports