If Council is looking for XEPs that may need to be revived/advanced, here are some candidates: https://data.xmpp.net/explore/xmpp/deferred
stpeterhas joined
jonas’
(note: deferral has not been executed since 2020 probably)
MattJ
So we need a "needs to be deferred" query too :)
jonas’
that'd be this one: https://data.xmpp.net/explore/xmpp?sql=select%0D%0A++xeps.number%2C%0D%0A++xeps.title%2C%0D%0A++xeps.last_updated%0D%0Afrom+xeps%0D%0Awhere+xeps.status+%3D+%22Experimental%22+and+xeps.last_updated+%3C%3D+%222022-09-13%22%0D%0Aorder+by+xeps.last_updated+asc%3B
jonas’
or better this one to exclude malformed inbox things: https://data.xmpp.net/explore/xmpp?sql=select%0D%0A++xeps.number%2C%0D%0A++xeps.title%2C%0D%0A++xeps.last_updated%0D%0Afrom+xeps%0D%0Awhere+xeps.status+%3D+%22Experimental%22+and+xeps.last_updated+%3C%3D+%222022-09-13%22+and+xeps.number+is+not+null%0D%0Aorder+by+xeps.last_updated+asc%3B
jonas’
but someone™ could also just run deferrals.py
stpeterhas left
Zash
inb4 sibling of dependabot?
stpeterhas joined
stpeterhas left
larma
jonas’, isn't it 12 months, not 6 for deferred state?
jonas’
oh, maybe 12
jonas’
I don't want to look at the xeps repo
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
karenkuhas left
Tobiashas left
Tobiashas joined
Tobiashas left
Tobiashas joined
stpeterhas joined
emus
MattJ: where should we advertise the service best?