1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
Commit Graph

6223 Commits

Author SHA1 Message Date
Kevin Smith
9376d2ba94
Merge pull request #1287 from mwild1/protoxep-reporting-account-affiliations
New ProtoXEP: Reporting Account Affiliations
2023-07-04 14:20:50 +01:00
Matthew Wild
03ca36c05f New ProtoXEP: Reporting Account Affiliations
This specification documents a way for an XMPP server to report to other entities the relationship it has with a user on its domain.
2023-06-30 14:45:40 +01:00
Kevin Smith
a12be8ae98
Merge pull request #1286 from mwild1/tools-2xep-fixes
2xep tool fixes
2023-06-28 16:35:20 +01:00
Matthew Wild
f2b88f03ce tools/2xep.lua: emit <link> instead of <a>
XEPs don't use <a>.
2023-06-28 16:20:17 +01:00
Matthew Wild
88817709d3 tools/2xep.lua: Fix <code> elements having unsupported attributes
The XEP DTD only supports a single attribute for <code>, the 'caption'
attribute. I don't know if/how it's possible to attach a caption in markdown,
so I'm leaving that as unsupported. That means no attributes are supported,
and therefore I've removed them.

Usage of ```xml is common, so I've also added code to handle those and convert
them to example blocks.
2023-06-28 16:15:34 +01:00
Matthew Wild
56dd1cf33e tools/2xep.lua: Fix incorrect order of section close tags 2023-06-28 16:14:21 +01:00
Kevin Smith
675c73c859 Promote call-invites to 482 2023-05-04 14:40:28 +01:00
Kevin Smith
fd1ab2461d Promote content-types to 481 2023-05-04 14:36:30 +01:00
Kevin Smith
00ed46039f Promote scram-upgrade to 480 2023-05-04 14:34:18 +01:00
Kevin Smith
388e00f11a Promote CS2023 to 479 2023-05-04 14:34:18 +01:00
Kevin Smith
03a5759d62 Promote SLA to 478 2023-05-04 14:34:18 +01:00
Kevin Smith
bb603b0679
Merge pull request #1273 from mwild1/xep-0313-v1.1.0
XEP-0313 v1.1.0: Clarify a couple of edge cases
2023-05-04 14:34:05 +01:00
Kevin Smith
7c27ee5497
Merge pull request #1277 from Zash/xep-0223-check-event-origin
xep-0223: Add origin checking to security considerations
2023-05-04 14:30:24 +01:00
Kevin Smith
b9ec6c12ac
Merge pull request #1275 from Ppjet6/0060-node-full
XEP-0060: Add pubsub#publish_node_full
2023-05-04 14:29:52 +01:00
Kevin Smith
642260ef6b
Merge pull request #1280 from edhelas/feature/pubsub-social-feed-discovery-type-format
XEP-0472: Pubsub Social Feed, cleaner pubsub#type, discovery section
2023-04-27 17:27:40 +01:00
Timothée Jaussoin
d86aaa761f XEP-0472: Pubsub Social Feed
- Change the pubsub#type to be consistent with other XEPs such as XEP-0372
- Add a Discovery section
2023-04-27 18:24:17 +02:00
Kevin Smith
8a77517c5a
Merge pull request #1276 from bodqhrohro/patch-1
Fix typos in XEP-0356
2023-04-24 12:52:35 +01:00
bodqhrohro
57a01bb867
Bump xep-0356.xml revision to 0.4.1 2023-04-24 14:47:21 +03:00
Kevin Smith
11cfff7046
Merge pull request #1282 from Zash/tedd/xslt-media
Fix XSLT quirk
2023-04-24 12:21:23 +01:00
Kim Alvefur
06ff107d6f Fix XSLT quirk (Thanks Tedd)
In Firefox the XML+XSLT would render in some weird mode causing some CSS
rules, notably the dark mode background to be applied wrong, or if it
was the box model that was different.
2023-04-11 18:28:24 +02:00
Kevin Smith
36df596d00 Add helper for Editor processing
I've made no effort to make this work for people other than me,
and limited effort on that.
2023-03-31 11:51:33 +01:00
Kevin Smith
186c69bd89
Merge pull request #1188 from mar-v-in/xep-0428
XEP-0428: Fallback Indication v0.2.0
2023-03-31 11:11:23 +01:00
Kevin Smith
06176c0454
Fix typo before merge 2023-03-31 11:11:12 +01:00
Kevin Smith
a6a35e28fe
Merge pull request #1217 from mwild1/xep-0386-v0.4.0
XEP-0386: New revision v0.4.0
2023-03-31 11:08:35 +01:00
Kevin Smith
b5c14fb170
Merge pull request #1214 from tmolitor-stud-tu/ibr2
XEP-0388: Rework whole spec, namespace bump
2023-03-31 11:08:13 +01:00
Kevin Smith
4c644cac6a
Merge pull request #1246 from singpolyma/use-pep-for-0292
Use PEP (and XEP-0222) for XEP-0292
2023-03-31 11:04:43 +01:00
Kevin Smith
c7113c5f06
Move back to experimental 2023-03-31 11:04:14 +01:00
Kevin Smith
dae2a6e51e
Merge pull request #1248 from tmolitor-stud-tu/scram-upgrades
Overhaul SCRAM Upgrade ProtoXEP to include definition of SASL2 upgrade tasks
2023-03-31 11:01:32 +01:00
Kevin Smith
9590d94d8b
Merge pull request #1272 from Flowdalic/stanza-id-references
XEP-0359 (STANZA-ID): Add security consideration and <referenced-stanza/>
2023-03-31 10:56:15 +01:00
Zash
f06ff3ffd4
XEP-0233: Merge wording suggestions from MattJ
Co-authored-by: Matthew Wild <mwild1@gmail.com>
2023-03-23 23:56:53 +01:00
Kim Alvefur
9020a75125 xep-0223: Add origin checking to security considerations
In reaction to CVE-2023-28686
2023-03-23 22:12:33 +01:00
Matthew Wild
9067d145e1 XEP-0060: Clarify behaviour and current usage of the 'pubsub#itemreply' option 2023-03-22 14:43:35 +01:00
Matthew Wild
958a4499db XEP-0060: Some wording improvements around the node full cases 2023-03-22 14:43:35 +01:00
Maxime “pep” Buquet
b8e0a198f9 XEP-0060: Add pubsub#publish_node_full
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-03-22 14:34:27 +01:00
Maxime “pep” Buquet
5521f3fd28
XEP-0060: Add data model informational text
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-03-22 12:48:36 +01:00
Maxime “pep” Buquet
40531063ac
XEP-0060: Fix approver
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-03-22 12:46:56 +01:00
bodqhrohro
36b28d420d
Fix typos in XEP-0356 2023-03-16 20:40:21 +02:00
Florian Schmaus
ec3070d9b5 XEP-STANZA-ID (359): Add security consideration and <referenced-stanza/> 2023-03-14 16:18:19 +01:00
Guus der Kinderen
f39d2b2573 XEP-0292: Add revision block 2023-03-14 09:47:41 +01:00
Guus der Kinderen
e7b8d73353 Move XEP-0388 from Deferred to Experimental 2023-03-09 17:12:31 +01:00
Matthew Wild
8ff8a3b4b2 XEP-0313 v1.1.0: Clarify a couple of edge cases 2023-03-09 11:19:31 +00:00
Kevin Smith
d0dba9ccb4
Merge pull request #1269 from linkmauve/muc-avatar-historical
Historical ProtoXEP: MUC Avatars
2023-02-28 22:34:53 +00:00
Thilo Molitor
93b1cec7d0 Update protoxep to include generic SASL2 upgrade tasks
This part was split-out from XEP-0388 and moved to this XEP.
2023-02-28 20:28:22 +01:00
Kevin Smith
55b5372038 Add script for aiding triage 2023-02-28 17:51:40 +00:00
Kevin Smith
058ee26930
Merge pull request #1249 from truenicoco/reaction-restriction
XEP-0444: Add restrictions to reactions
2023-02-28 17:43:24 +00:00
Kevin Smith
483841b27c
Merge branch 'master' into reaction-restriction 2023-02-28 17:41:41 +00:00
Kevin Smith
f99316c129
Merge pull request #1268 from tmolitor-stud-tu/jmi0
Port version 0.5 to :0 namespace and introduce <ringing/>
2023-02-28 17:18:19 +00:00
Kevin Smith
e4aeed513b
Merge pull request #1255 from moparisthebest/triage
Add tools/triage.sh
2023-02-28 12:48:29 +00:00
Emmanuel Gil Peyrot
f358531fc8 Move MUC Avatars ProtoXEP to the Historical track 2023-02-15 16:52:30 +01:00
Emmanuel Gil Peyrot
f8351a86e2 Restore MUC Avatars ProtoXEP to its original state 2023-02-15 16:51:21 +01:00