Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions xep-0461.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,25 @@
<surname>Wirth</surname>
<email>nataliew@laposte.net</email>
</author>
<author>
<firstname>Marvin</firstname>
<surname>Wissfeld</surname>
<email>xsf@larma.de</email>
<jid>jabber@larma.de</jid>
</author>
&larma;
<revision>
<version>0.3.0</version>
<date>2025-05-01</date>
<initials>lmw</initials>
<remark>Stop using origin-id, add remark that chat messages should not reply to multiple messages.</remark>
</revision>
<revision>
<version>0.2.0</version>
<date>2022-12-09</date>
<initials>nc</initials>
<remark>Fix example character counting. Add disco feature. Relax the 'to' attribute constraints.</remark>
</revision>
<revision>
<version>0.1.0</version>
<date>2022-01-25</date>
<initials>XEP Editor (jsc)</initials>
<remark>Accepted by vote of Council on 2022-01-05.</remark>
</revision>
<revision>
<version>0.1.0</version>
<date>2022-01-25</date>
<initials>XEP Editor (jsc)</initials>
<remark>Accepted by vote of Council on 2022-01-05.</remark>
</revision>
<revision>
<version>0.0.1</version>
<date>2022-01-01</date>
Expand Down Expand Up @@ -138,6 +139,7 @@

<section1 topic='Business Rules' anchor='rules'>
<p>Answers MUST NOT be be assumed to relate to any other messages than the referenced one.</p>
<p>Messages of type 'chat' or type 'groupchat' SHOULD NOT have more than one &lt;reply&gt; element. Messages of type 'normal' MAY carry multple &lt;reply&gt; elements.</p>
<section2 topic='Using the correct ID' anchor='business-id'>
<p>
For messages of type 'groupchat', the stanza's 'id' attribute MUST NOT be used for replies. Instead, in group
Expand All @@ -149,9 +151,7 @@
This implies that group chat messages without a &xep0359; stanza-id cannot be replied to.
</p>
<p>
For other message types the sender should use the 'id' from a &xep0359;
&lt;origin-id&gt; if present, or the value of the 'id' attribute on the
&lt;message&gt; otherwise.
For other message types the sender should use the value of the 'id' attribute on the &lt;message&gt;.
</p>
</section2>
</section1>
Expand Down