home / xmpp

XEPs: Proposed XEPs under Last Call

List open Last Calls

Custom SQL query returning 5 rows (hide)

select
  xeps.number,
  xeps.title,
  xeps.last_updated
from
  xeps
where
  xeps.status = "Proposed"
order by
  last_updated desc;

Edit SQL

This data as json, CSV

numbertitlelast_updated
424 Message Retraction 2025-01-18
484 Fast Authentication Streamlining Tokens 2024-06-30
401 Ad-hoc Account Invitation Generation 2021-10-06
379 Pre-Authenticated Roster Subscription 2021-03-04
445 Pre-Authenticated In-Band Registration 2020-11-24
Powered by Datasette · Queries took 3.173ms