diff --git a/xep-0490.xml b/xep-0490.xml index 2fb557496..20982da85 100644 --- a/xep-0490.xml +++ b/xep-0490.xml @@ -24,6 +24,16 @@ mds &inputmice; + + 1.1.0 + 2026-07-19 + dg + +
    +
  • Add security consideration for sender verification of PEP notifications.
  • +
+
+
1.0.1 2024-11-20 @@ -271,6 +281,7 @@
  • Servers that support the server assist feature MUST strip the <displayed/> element in the "urn:xmpp:mds:displayed:0" namespace from the message to avoid the stanza-id being leaked to the recipient of that message.
  • Clients MUST NOT put the <displayed/> into a message to trigger server-assisted displayed synchronization unless the server announces the "urn:xmpp:mds:server-assist:0" feature.
  • This specification provides a convenient process to synchronize a user’s own devices and informing the third party in one, single message. However letting the third party know is not always desirable, for example when the user has generally opted out of transmitting the displayed status or when a non-contact initiated a chat. In those cases the client MUST use the &xep0060; method instead of server-assist.
  • +
  • When parsing incoming PEP notifications, clients MUST verify that the notification message originates from the user’s bare JID. Notifications from third parties might arrive if that third party has configured the access model of their node to be open.