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
Guus der Kinderen
240bab7736 XEP-0388: Reverse element order per DTD 2023-02-09 14:52:14 +01:00
Thilo Molitor
8cd1320ddc Port version 0.5 to :0 namespace and introduce <ringing/> 2023-02-07 00:50:15 +01:00
Thilo Molitor
fd51bf0751 XEP-0388: Rework whole spec, namespace bump
- Add reference to SASL Channel-Binding Type Capability (XEP-0440) [1] and RFC 5802 [2]
- Update security considerations and business rules
- Clarify <continue/> and tasks
- Add expansion point to inline stream resumption and BIND2 (and possibly others)
- Add optional <user-agent/> element
2023-02-07 00:15:14 +01:00
Kevin Smith
afd9c08a3a
Merge pull request #1251 from truenicoco/xep-0461-update
XEP 0461 improvements.
2023-01-25 16:58:54 +00:00
Kevin Smith
117b74c7f8
Merge pull request #1260 from mar-v-in/xep-0426
XEP-0426: Character Counting 0.3.0
2023-01-25 16:58:37 +00:00
Kevin Smith
657e36474f
Merge pull request #1261 from linkmauve/xep-0444
XEP-0444: Add the XML Schema
2023-01-25 16:58:20 +00:00
Kevin Smith
8a57256d70
Merge pull request #1262 from tmolitor-stud-tu/jmi-uuid
XEP-0353: Add recommendation for UUID v4 for id attributes
2023-01-25 16:58:02 +00:00
Kevin Smith
1408b32a38
Merge pull request #1264 from tmolitor-stud-tu/ssdp
XEP-0474: Describe the attack models mitigated by SSDP and IETF interaction
2023-01-25 16:57:45 +00:00
Kevin Smith
a56fb3849e
Merge pull request #1267 from ge0rg/cs2023
Compliance Suite 2023: copied from XEP-0459
2023-01-25 16:57:26 +00:00
Kevin Smith
d8f1bbc86d Require build to exist before writing into it 2023-01-25 16:52:53 +00:00
Georg Lukas
a55bd3c497 Compliance Suite 2023: copied from XEP-0459 2023-01-25 15:48:13 +01:00
2a6956d3da Add tools/triage.sh
Fixes #1237
2023-01-19 23:06:14 -05:00
Thilo Molitor
c8968e3480 XEP-0474: Describe the attack models mitigated by SSDP 2023-01-18 17:33:21 +01:00
nicoco
5fe1b6fb16 Take standards@ feedback into account 2023-01-14 08:53:19 +01:00
Thilo Molitor
b9f1686d38 Add requirement for UUID v4 for id attributes 2023-01-09 17:02:30 +01:00
Kevin Smith
2b6db98c3c Update procedure to copy standards on Author pokes
Council have requested this so they can be sure things haven't
fallen through cracks.
2023-01-04 16:44:34 +00:00
Emmanuel Gil Peyrot
32fd189284 XEP-0444: Add the XML Schema
It was missing.
2022-12-30 14:50:43 +01:00
Nicolas Cedilnik
63715d1254 XEP-0444: Add restrictions to reactions 2022-12-30 14:17:17 +01:00
nicoco
08dc26aa6a XEP-0461: fix example char count, disco feature, allow missing 'to' attr 2022-12-30 13:25:24 +01:00
Jonas Schäfer
9b4e5b7b19
Merge pull request #1258 from Ppjet6/xep-tags
Add tag support in XEPs
2022-12-28 13:59:29 +01:00
Marvin W
7a54054335
XEP-0426: Character Counting 0.3.0
Added section about subsequences.
2022-12-27 22:16:45 +01:00
Jonas Schäfer
fe6d4908b9 Merge branch 'xep-0472' into premerge 2022-12-27 20:39:39 +01:00
Timothée Jaussoin
f773bd7871 Update XEP-0472 Pubsub Social Feed to 0.1.1
- Change the specified pubsub#type profiles to be more consistent
- Rephrase some paragraphs
- Fix examples formating
2022-12-27 20:39:16 +01:00
Jonas Schäfer
d79c8fafb6
Merge pull request #1259 from Zash/xep2md-tool
Fix metadata conversion in markdown scripts
2022-12-27 19:44:24 +01:00
Jonas Schäfer
7e9fa19c8a
Merge pull request #1256 from guusdk/xep-validation-color-output
Add color to output of XEP validation script
2022-12-27 19:40:45 +01:00
Kim Alvefur
5a55805a67 tools/2xep: Fix encoding of simple list metadata
An extra wrapper element was added

```
<lastcall>
<lastcall>2017-11-15</lastcall>
</lastcall>
```

Correct is one element with text for each item

```
<lastcall>2017-11-15</lastcall>
```
2022-12-27 17:30:51 +01:00
Kim Alvefur
29809ef1b5 tool/xep2md: Record all list metadata items
E.g. lastcall can exist more than once according to the schema, but only
one item was kept.

Before:

```yaml
lastcall: 2017-11-15
```

After:

```yaml
lastcall:
- 2021-03-30
- 2017-11-15
```
2022-12-27 17:30:30 +01:00
Maxime “pep” Buquet
ac1eda3476
extract-metadata.py: Add tag info to xeplist.xml
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-12-27 15:23:41 +01:00
Maxime “pep” Buquet
e4fdc477b7
DTD, XSD: Add tags element in header
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-12-27 13:58:19 +01:00
Guus der Kinderen
aa0318ca5e Add color to output of XEP validation script
Github workflows tend to be verbose. This can make it difficult to determine why a failure occurs.

To help identify causes for validation failures, the output of the XEP-0001 conformance script should have a bit of color to highlight the important bits.
2022-12-21 09:34:00 +01:00
Marvin W
75c092a8fe
XEP-0428: Fallback Indication v0.2.0
- Add 'for' attribute such that entities can discover what the fallback is for.
- Allow to specify that only one of <subject/> or <body/> is meant as a fallback.
- Allow to specify the part of respective text that is meant as fallback where applicable.
- Don't use encryption example, which should use XEP-0380 instead.
2022-12-21 00:15:55 +01:00
Jonas Schäfer
40e954b499 Merge branch 'protoxep-sla' into premerge 2022-12-20 19:31:53 +01:00
Jonas Schäfer
00b5aee816 XEP-0001 validator: allow xxxx as number 2022-12-20 19:31:09 +01:00
Kim Alvefur
242d36e65d sla: Clarify direction of limits advertisment (thanks Flow)
Co-authored-by: Florian Schmaus <flo@geekplace.eu>
2022-12-20 19:28:28 +01:00
Kim Alvefur
e60fd2b83d ProtoXEP editorial help by MattJ
My earliest drafts were on 2021-08-20.
Have mosly working implementation that interops with itself.
2022-12-20 19:28:21 +01:00
Kim Alvefur
958aad87ab Initial commit of Path MTU protoXEP 2022-12-20 19:28:15 +01:00
Jonas Schäfer
4fc8b17cab Merge branch 'feature/ci-validation' into premerge 2022-12-20 19:24:09 +01:00
Jonas Schäfer
fb65475276 Merge branch 'xep-0045' into premerge 2022-12-20 19:21:38 +01:00
nicoco
b4bacd8f41 Add MUC service shutdown example 2022-12-20 19:21:30 +01:00
Jonas Schäfer
21b353e39b XEP-0428: add Marvin as co-author
As per council vote.
2022-12-20 18:43:47 +01:00
Jonas Schäfer
89ec670e36 Accept inbox/pubsub-targeted-encryption.xml as XEP-0477 2022-12-20 18:43:14 +01:00
Jonas Schäfer
d78a3a3a0f Accept inbox/pubsub-signing-openpgp.xml as XEP-0476 2022-12-20 18:43:04 +01:00
Jonas Schäfer
bbc6fbdac0 Accept inbox/pubsub-signing.xml as XEP-0475 2022-12-20 18:42:57 +01:00
Guus der Kinderen
286717f769 for #1240: Integrate XEP validation in CI
Adds a Github workflow that executes `tools/validate-xep0001-conformance.sh` against any changed XEP that was changed in a pull request.
2022-12-15 11:00:28 +01:00
Jonas Schäfer
7eaa3962a8 Merge branch 'fix/shtml-links' into premerge 2022-12-13 18:50:21 +01:00
Jonas Schäfer
32b23f1b91 Accept inbox/xep-downgrade-prevention.xml as XEP-0474 2022-12-13 18:39:57 +01:00
Jonas Schäfer
915884bc52 Accept inbox/pubsub-encryption.xml as XEP-0473 2022-12-13 18:39:37 +01:00
Jonas Schäfer
e54e113c05 Accept inbox/pubsub-social-feed.xml as XEP-0472 2022-12-13 18:39:25 +01:00
Jonas Schäfer
c2364c0f26 Accept inbox/events.xml as XEP-0471 2022-12-13 18:39:04 +01:00
Jonas Schäfer
28b3e18760 Merge branch 'xep-0045' into premerge 2022-12-13 18:30:52 +01:00