On 22/02/2023 12.35, Florian Schmaus wrote:
With the current state of affairs, you only need to use origin-id in 1:1 chats.

<message from=a...@example.org/res to=b...@example.org origin-id=1>
   <body>Foosball tonight?</body>
</message>

<message from=b...@example.org/res to=a...@example.org>
   <react>thumbs-up</react>
   <reference id=1 by=a...@example.org>
</message>

I believe the last <message/> above should be

<message from=b...@example.org/res to=a...@example.org>
   <react>thumbs-up</react>
   <reference id=1 by=a...@example.org/res>
</message>

which demonstrates how tricky this is.

- Flow
_______________________________________________
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
_______________________________________________

Reply via email to