From 507c7c87fe4a8d576b8f4d64b8bd323c97f12681 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 20 Nov 2024 11:00:08 +0100 Subject: [PATCH 1/3] XEP-0490: Fix some examples, and their indentation --- xep-0490.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xep-0490.xml b/xep-0490.xml index 2b27c62f..0ab218ad 100644 --- a/xep-0490.xml +++ b/xep-0490.xml @@ -113,7 +113,7 @@ - + @@ -168,7 +168,7 @@ - @@ -211,15 +211,15 @@ ]]> - - - - + + + + ]]> - + ]]> - -
    + +
    • The displayed state only moves forward. Receiving a displayed state with a stanza-id that references a message older than the current local representation is considered redundant and MUST be ignored.
    • Displayed states with a stanza-id not found in the respective chat MUST be ignored.
    • Receiving an outgoing message (for example via &xep0280; or &xep0313;) SHOULD NOT mark the chat as displayed. Outgoing messages are neutral towards the overall displayed state of a given chat. For example if the displayed up to state references the most recent incoming message and this message is only followed by outgoing messages the overall state of that chat SHOULD be considered displayed.
    • From d40081ca10d9a4c920c9ffd3a299205181d23609 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 20 Nov 2024 11:00:18 +0100 Subject: [PATCH 2/3] XEP-0490: Add the XML Schema --- xep-0490.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/xep-0490.xml b/xep-0490.xml index 0ab218ad..6420f17a 100644 --- a/xep-0490.xml +++ b/xep-0490.xml @@ -289,6 +289,33 @@
    -

    REQUIRED for protocol specifications.

    + + + + + + + The protocol documented by this schema is defined in + XEP-0490: https://xmpp.org/extensions/xep-0490.html + + + + + + + + + + + + + +]]>
    From ab5c370f89f814faeb88eac57b888dd636c8af24 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 20 Nov 2024 11:00:26 +0100 Subject: [PATCH 3/3] XEP-0490: Release version 1.0.1 --- xep-0490.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/xep-0490.xml b/xep-0490.xml index 6420f17a..002733c9 100644 --- a/xep-0490.xml +++ b/xep-0490.xml @@ -29,6 +29,17 @@ daniel@gultsch.de daniel@gultsch.de + + 1.0.1 + 2024-11-20 + egp + +
      +
    • Fix some examples, and their indentation.
    • +
    • Add the XML Schema.
    • +
    +
    +
    1.0.0 2024-11-06