Version 0.1.0 of XEP-0506 (No-reply JIDs) has been released.
Abstract:
This specification defines a way for JIDs to advertise that they don’t
accept incoming chat messages.
Changelog:
Accepted as Experimental by council vote (dg)
URL: https://xmpp.org/extensions/xep-0506.html
Note: The information in the XEP list at https://xmpp.org/extensions/
is updated by a separate automated process and may be stale at the
time this email is sent. The XEP documents linked herein are up-to-
date.
Version 1.0.1 of XEP-0392 (Consistent Color Generation) has been
released.
Abstract:
This specification provides a set of algorithms to consistently
generate colors given a string. The string can be a nickname, a JID or
any other piece of information. All entities adhering to this
specification generate the same color for the same string, which
provides a consistent user experience across platforms.
Changelog:
Add missing saturation and lightness information to compute the test
vectors. (egp)
URL: https://xmpp.org/extensions/xep-0392.html
Note: The information in the XEP list at https://xmpp.org/extensions/
is updated by a separate automated process and may be stale at the
time this email is sent. The XEP documents linked herein are up-to-
date.
Hi everyone,
I'm submitting a new ProtoXEP named Jingle Content Category.
The goal of this new XEP is pretty straightforward as described in its
introduction:
/This specification defines an XMPP extension to negociate the use
of Session Description Protocol (SDP) media-level attribute
'content' as defined by RFC 4796 with Jingle RTP sessions/
This XEP is really useful for clients, like Movim, that are handling
several streams, especially video ones, per user and wants to know how
to deal with them in their UI and flows (prioritize the screen-sharing
by putting it in full screen, always put the sign-language stream in the
bottom right corner...).
I'd also invites clients that are already implementing Jingle such as
Gajim, Dino, Conversations, Libervia to tag their contents using this XEP ;)
You can find my PR there: https://github.com/xsf/xeps/pull/1475
Regards,
edhelas
This message constitutes notice of a Last Call for comments on
XEP-0424.
Title: Message Retraction
Abstract:
This specification defines a method for indicating that a message
should be retracted.
URL: https://xmpp.org/extensions/xep-0424.html
This Last Call begins today and shall end at the close of business on
2025-10-28.
Please consider the following questions during this Last Call and send
your feedback to the standards(a)xmpp.org discussion list:
1. Is this specification needed to fill gaps in the XMPP protocol
stack or to clarify an existing protocol?
2. Does the specification solve the problem stated in the introduction
and requirements?
3. Do you plan to implement this specification in your code? If not,
why not?
4. Do you have any security concerns related to this specification?
5. Is the specification accurate and clearly written?
Your feedback is appreciated!
Good Morning Council Members,
the next XMPP Council Meeting will take place on, Tuesday, October 14
2025 at 15:30 UTC in xmpp:council@muc.xmpp.org?join
The Agenda is as follows:
1) Roll call
2) Agenda Bashing
3) Editors update
- UPDATED: XEP-0060 (Publish-Subscribe)
- UPDATED: XEP-0248 (PubSub Collection Nodes)
- UPDATED: XEP-0070 (Verifying HTTP Requests via XMPP)
- UPDATED: XEP-0471 (Calendar Events)
- UPDATED: XEP-0472 (Pubsub Social Feed)
- UPDATED: XEP-0505 (Data Forms File Input Element)
- Proposed XMPP Extension: No-reply JIDs
- LAST CALL: XEP-0440 (SASL Channel-Binding Type Capability)
4) Items for voting
a) Issue Last Call on 'XEP-0485: PubSub Server Information'
https://xmpp.org/extensions/xep-0485.html
b) XEP-0392: Add missing information needed to compute test vectors
https://github.com/xsf/xeps/pull/1465
c) XEP-0060: Unmarking 'subscribe' and 'publish' features as mandatory
https://github.com/xsf/xeps/pull/1467
d) XEP-0060: Describe the 'http://jabber.org/protocol/pubsub' disco#info feature
https://github.com/xsf/xeps/pull/1468
e) Proposed XMPP Extension: No-reply JID
https://xmpp.org/extensions/inbox/no-reply-jids.html
5) Pending votes
Dan on:
- XEP-0045: Fix 'roomsecret' field inconsistency
(https://github.com/xsf/xeps/pull/1464)
See the spreadsheet of doom:
https://docs.google.com/spreadsheets/d/1oAHUqBdlkobDcmfQ-YRMfZHGQLMWEdOFuEU…
6) Date of Next
7) AOB
8) Close
The XMPP Extensions Editor has received a proposal for a new XEP.
Title: No-reply JIDs
Abstract:
This specification defines a way for JIDs to advertise that they don’t
accept incoming chat messages.
URL: https://xmpp.org/extensions/inbox/no-reply-jids.html
The Council will decide in the next two weeks whether to accept this
proposal as an official XEP.
Version 0.1.1 of XEP-0505 (Data Forms File Input Element) has been
released.
Abstract:
This specification defines an element which can be used with data
forms to let users upload one or more files.
Changelog:
* Replaced XEP-0446 with XEP-0447, which is necessary to have file
sources.
* Fixed the incorrectly‑named <file> element (now <file-input>).
* Add tags.
* Various minor fixes. (jp)
URL: https://xmpp.org/extensions/xep-0505.html
Note: The information in the XEP list at https://xmpp.org/extensions/
is updated by a separate automated process and may be stale at the
time this email is sent. The XEP documents linked herein are up-to-
date.
Version 0.2.1 of XEP-0472 (Pubsub Social Feed) has been released.
Abstract:
This specification defines a way of publishing social content over
XMPP.
Changelog:
* Clarify text in Reply-To section to show that the XMPP link is
mandatory and that the HTTP link is optional. (jp)
URL: https://xmpp.org/extensions/xep-0472.html
Note: The information in the XEP list at https://xmpp.org/extensions/
is updated by a separate automated process and may be stale at the
time this email is sent. The XEP documents linked herein are up-to-
date.
Version 0.2.0 of XEP-0471 (Calendar Events) has been released.
Abstract:
This specification describe how to handle calendar events with XMPP.
Changelog:
Modified title for "Calendar Events". Updated short-name and
namespaces accordingly. (jp)
URL: https://xmpp.org/extensions/xep-0471.html
Note: The information in the XEP list at https://xmpp.org/extensions/
is updated by a separate automated process and may be stale at the
time this email is sent. The XEP documents linked herein are up-to-
date.
Version 0.5.0 of XEP-0248 (PubSub Collection Nodes) has been released.
Abstract:
This specification defines the nature and handling of collection nodes
in the XMPP publish-subscribe extension.
Changelog:
* Enhance 'Discover Nodes' section with hierarchy / Collection Nodes
description and examples
* Move the Service Discovery Identity type 'collection' from XEP-0060
to XEP-0248
* Move collection-specific Service Discovery Features from XEP-0060 to
XEP-0248
* Move process for changing node of type leaf to collection from
XEP-0060 to XEP-0248
* Move requirement to support pubsub#notify_config for collection
nodes from XEP-0060 to XEP-0248 (gdk)
URL: https://xmpp.org/extensions/xep-0248.html
Note: The information in the XEP list at https://xmpp.org/extensions/
is updated by a separate automated process and may be stale at the
time this email is sent. The XEP documents linked herein are up-to-
date.