-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XEP-0482 v0.2.0: Stop using origin-id.
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
<status>Experimental</status> | ||
<type>Standards Track</type> | ||
<sig>Standards</sig> | ||
<approver>Council</approver> | ||
<dependencies/> | ||
<supersedes/> | ||
<supersededby/> | ||
|
@@ -30,6 +31,12 @@ | |
<email>[email protected]</email> | ||
<jid>[email protected]</jid> | ||
</author> | ||
<revision> | ||
<version>0.2.0</version> | ||
<date>2025-01-31</date> | ||
<initials>lmw</initials> | ||
<remark>Stop using origin-id.</remark> | ||
</revision> | ||
<revision> | ||
<version>0.1.0</version> | ||
<date>2023-05-04</date> | ||
|
@@ -183,9 +190,7 @@ | |
This implies that invite messages should only be sent in group chats that attach a &xep0359; stanza-id. | ||
</p> | ||
<p> | ||
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>. | ||
</p> | ||
</section2> | ||
</section1> | ||
|