home / xmpp

XEPs: Expiring soon

Show XEPs soon to become deferred

Custom SQL query returning 49 rows (hide)

select
  xeps.number,
  xeps.title,
  xeps.last_updated,
  count(implementations.xep_id) as implementations
from
  xeps
  join implementations on implementations.xep_id = xeps.id
where
  xeps.status = "Experimental"
group by
  xeps.id
order by
  last_updated asc;

Edit SQL

This data as json, CSV

numbertitlelast_updatedimplementations
284 Shared XML Editing 2020-03-10 2
441 Message Archive Management Preferences 2020-08-25 7
438 Best practices for password hashing and storage 2020-10-30 1
369 Mediated Information eXchange (MIX) 2020-12-01 12
372 References 2020-12-09 6
454 OMEMO Media sharing 2021-01-26 17
373 OpenPGP for XMPP 2021-05-04 4
283 Moved 2021-07-20 2
434 Trust Messages (TM) 2021-10-04 2
450 Automatic Trust Management (ATM) 2021-10-04 2
355 Namespace Delegation 2021-10-15 2
420 Stanza Content Encryption 2021-11-18 6
353 Jingle Message Initiation 2022-01-29 15
449 Stickers 2022-02-10 2
405 Mediated Information eXchange (MIX): Participant Server Requirements 2022-07-15 10
446 File metadata element 2022-07-17 6
448 Encryption for stateless file sharing 2022-07-17 4
469 Bookmark Pinning 2022-08-23 3
461 Message Replies 2022-12-09 8
426 Character counting in message bodies 2022-12-27 2
359 Unique and Stable Stanza IDs 2023-02-20 26
425 Moderated Message Retraction 2023-03-02 16
292 vCard4 Over XMPP 2023-03-14 6
472 Pubsub Social Feed 2023-04-03 1
356 Privileged Entity 2023-04-24 3
482 Call Invites 2023-05-04 4
453 DOAP usage in XMPP 2023-07-04 6
483 HTTP Online Meetings 2023-12-12 2
447 Stateless file sharing 2024-01-01 6
486 MUC Avatars 2024-03-10 8
428 Fallback Indication 2024-03-20 11
444 Message Reactions 2024-04-15 15
492 Chat notification settings 2024-07-01 3
440 SASL Channel-Binding Type Capability 2024-07-02 9
394 Message Markup 2024-07-13 2
264 Jingle Content Thumbnails 2024-07-24 9
478 Stream Limits Advertisement 2024-08-02 3
272 Multiparty Jingle (Muji) 2024-08-21 3
494 Client Access Management 2024-09-17 1
495 Happy Eyeballs 2024-10-17 1
480 SASL Upgrade Tasks 2024-12-01 4
501 Pubsub Stories 2024-12-20 1
502 MUC Activity Indicator 2024-12-23 1
474 SASL SCRAM Downgrade Protection 2025-01-24 7
384 OMEMO Encryption 2025-04-07 33
377 Spam Reporting 2025-04-09 10
317 Hats 2025-04-30 9
485 PubSub Server Information 2025-06-06 3
455 Service Outage Status 2025-08-15 2
Powered by Datasette · Queries took 3.545ms