From 03588b89d11dd0e5f1d249529e5dcde36ca823d4 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Fri, 31 Jan 2025 16:22:23 +0100 Subject: [PATCH 1/2] XEP-0461: Stop using origin-id. --- xep-0461.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/xep-0461.xml b/xep-0461.xml index 539c18d29..e5623a08c 100644 --- a/xep-0461.xml +++ b/xep-0461.xml @@ -25,24 +25,25 @@ Wirth nataliew@laposte.net - - Marvin - Wissfeld - xsf@larma.de - jabber@larma.de - + &larma; + + 0.3.0 + 2025-01-31 + lmw + Stop using origin-id. + 0.2.0 2022-12-09 nc Fix example character counting. Add disco feature. Relax the 'to' attribute constraints. - - 0.1.0 - 2022-01-25 - XEP Editor (jsc) - Accepted by vote of Council on 2022-01-05. - + + 0.1.0 + 2022-01-25 + XEP Editor (jsc) + Accepted by vote of Council on 2022-01-05. + 0.0.1 2022-01-01 @@ -149,9 +150,7 @@ This implies that group chat messages without a &xep0359; stanza-id cannot be replied to.

- For other message types the sender should use the 'id' from a &xep0359; - <origin-id> if present, or the value of the 'id' attribute on the - <message> otherwise. + For other message types the sender should use the value of the 'id' attribute on the <message>.

From 6108d3874957819231d677c07103de3955e1b0c0 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Thu, 1 May 2025 11:28:54 +0100 Subject: [PATCH 2/2] XEP-0461: Add remark that chat messages should only reply to a single message --- xep-0461.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xep-0461.xml b/xep-0461.xml index e5623a08c..1ded37602 100644 --- a/xep-0461.xml +++ b/xep-0461.xml @@ -28,9 +28,9 @@ &larma; 0.3.0 - 2025-01-31 + 2025-05-01 lmw - Stop using origin-id. + Stop using origin-id, add remark that chat messages should not reply to multiple messages. 0.2.0 @@ -139,6 +139,7 @@

Answers MUST NOT be be assumed to relate to any other messages than the referenced one.

+

Messages of type 'chat' or type 'groupchat' SHOULD NOT have more than one <reply> element. Messages of type 'normal' MAY carry multple <reply> elements.

For messages of type 'groupchat', the stanza's 'id' attribute MUST NOT be used for replies. Instead, in group