home / xmpp

XEPS: Due deferral

XEPs that are still Experimental but not updated for over a year

Custom SQL query returning 67 rows (hide)

select
  xeps.number,
  xeps.title,
  xeps.last_updated
from
  xeps
where
  xeps.status = "Experimental"
  and xeps.last_updated <= date('now','-12 months')
order by
  xeps.last_updated asc;

Edit SQL

This data as json, CSV

numbertitlelast_updated
  Namespace Versioning in urn:xmpp 2015-04-07
284 Shared XML Editing 2020-03-10
441 Message Archive Management Preferences 2020-08-25
442 Pubsub Message Archive Management 2020-08-25
438 Best practices for password hashing and storage 2020-10-30
389 Extensible In-Band Registration 2020-11-17
369 Mediated Information eXchange (MIX) 2020-12-01
372 References 2020-12-09
451 Stanza Multiplexing 2021-01-19
454 OMEMO Media sharing 2021-01-26
456 Content Rating Labels 2021-03-28
373 OpenPGP for XMPP 2021-05-04
383 Burner JIDs 2021-07-10
283 Moved 2021-07-20
413 Order-By 2021-07-21
460 Pubsub Caching Hints 2021-08-10
434 Trust Messages (TM) 2021-10-04
450 Automatic Trust Management (ATM) 2021-10-04
355 Namespace Delegation 2021-10-15
420 Stanza Content Encryption 2021-11-18
452 MUC Mention Notifications 2022-01-11
353 Jingle Message Initiation 2022-01-29
449 Stickers 2022-02-10
463 MUC Affiliations Versioning 2022-03-08
365 Server to Server communication over STANAG 5066 ARQ 2022-03-28
462 PubSub Type Filtering 2022-04-22
466 Ephemeral Messages 2022-05-17
467 XMPP over QUIC 2022-07-13
468 WebSocket S2S 2022-07-13
405 Mediated Information eXchange (MIX): Participant Server Requirements 2022-07-15
446 File metadata element 2022-07-17
448 Encryption for stateless file sharing 2022-07-17
465 Pubsub Public Subscriptions 2022-07-25
469 Bookmark Pinning 2022-08-23
470 Pubsub Attachments 2022-08-25
461 Message Replies 2022-12-09
471 Events 2022-12-13
473 OpenPGP for XMPP Pubsub 2022-12-13
475 Pubsub Signing 2022-12-20
476 Pubsub Signing: OpenPGP Profile 2022-12-20
477 Pubsub Targeted Encryption 2022-12-20
426 Character counting in message bodies 2022-12-27
359 Unique and Stable Stanza IDs 2023-02-20
425 Moderated Message Retraction 2023-03-02
292 vCard4 Over XMPP 2023-03-14
472 Pubsub Social Feed 2023-04-03
356 Privileged Entity 2023-04-24
479 XMPP Compliance Suites 2023 2023-05-04
481 Content Types in Messages 2023-05-04
482 Call Invites 2023-05-04
453 DOAP usage in XMPP 2023-07-04
483 HTTP Online Meetings 2023-12-12
447 Stateless file sharing 2024-01-01
486 MUC Avatars 2024-03-10
487 Host Meta 2 - One Method To Rule Them All 2024-03-10
488 MUC Token Invite 2024-03-11
489 Reporting Account Affiliations 2024-03-11
428 Fallback Indication 2024-03-20
444 Message Reactions 2024-04-15
492 Chat notification settings 2024-07-01
440 SASL Channel-Binding Type Capability 2024-07-02
394 Message Markup 2024-07-13
264 Jingle Content Thumbnails 2024-07-24
478 Stream Limits Advertisement 2024-08-02
272 Multiparty Jingle (Muji) 2024-08-21
493 OAuth Client Login 2024-09-17
494 Client Access Management 2024-09-17
Powered by Datasette · Queries took 3.196ms