processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6.07k stars 1.51k forks source link

Add support for XEP-0461: Message Replies #3954

Closed ghjardim closed 1 year ago

ghjardim commented 1 year ago

https://xmpp.org/extensions/xep-0461.html

"When commenting on a previous message, it is sometimes desired to clarify which message the comment refers to. [...] This specification defines a way to indicate that a message is a reply to a previous message. It does not intend to provide means to create sub-threads for a message."

I see this as one of the most missing features in XMPP.

weiss commented 1 year ago

As far as I can see, this feature doesn't require server support (except for unique and stable stanza IDs for groupchat messages, which ejabberd supports when MAM is enabled).