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

6177 Commits

Author SHA1 Message Date
Emmanuel Gil Peyrot
d8c5fe7c67 XEP-0459: Replace deprecated XEP-0411 with XEP-0402
This is the way forward, as we deprecated the previous conversion
method.
2021-12-14 13:16:36 +01:00
Jonas Schäfer
23bd597442 Merge branch 'xep-0380' into premerge 2021-12-07 16:39:12 +01:00
Jonas Schäfer
458a5202b3 Merge branch 'xep-0420' into premerge 2021-12-07 16:36:14 +01:00
Jonas Schäfer
656dae74f7 Merge branch 'xep-0045' into premerge 2021-12-07 16:35:27 +01:00
Jonas Schäfer
172549dc65 Issue LCs as requested by the author 2021-12-07 16:33:04 +01:00
Melvin Keskin
c0b97cc571
XEP-0380: Release version 0.4.0
Add new OMEMO namespaces:

* Add 'urn:xmpp:omemo:1' for OMEMO versions since 0.4.0
* Add 'urn:xmpp:omemo:2' for OMEMO versions since 0.8.0
2021-11-18 14:57:49 +01:00
Melvin Keskin
721cf22f7e
XEP-0420: Release version 0.4.1
Clarify bare JID usage and improve sentences:

* Clarify usage of bare JIDs for affix elements
* Improve and correct sentences about affix elements
2021-11-18 14:19:48 +01:00
Jonas Schäfer
ed043e2b7f XEP-0459: Advance to Draft 2021-11-09 17:17:15 +01:00
Jonas Schäfer
64b4f52acc Merge branch 'xep-0459' into premerge 2021-11-09 17:16:14 +01:00
Sonny Piers
015a3f5956
XEP-0459: Fix mistake in revision 2021-11-05 12:52:16 +01:00
Jonas Schäfer
e2f00997d5 XEP-0313: Add missing revision block 2021-11-02 21:35:43 +01:00
Jonas Schäfer
766ed2e98b Merge branch 'xep-0459' into premerge 2021-11-02 21:20:43 +01:00
Sonny Piers
9bb541cdfa version 0.1.2 2021-11-02 21:20:04 +01:00
Jonas Schäfer
059e50056c XEP-0411: fix a thing 2021-11-02 21:13:13 +01:00
Jonas Schäfer
801953dff1 XEP-0313: Advance to Stable as per Council vote from 2021-10-27 2021-11-02 21:11:01 +01:00
Sonny Piers
69bc7d14ba Add "XEP-0455: Service Outage Status" to Future Development section 2021-10-27 23:56:12 +02:00
Sonny Piers
ba1a6e9117 Rename "Core Client" and "Core Server" to "Client" and "Server" 2021-10-27 23:56:08 +02:00
Jonas Schäfer
87468c2344 Merge branch 'xep-0392' into premerge 2021-10-26 16:35:01 +02:00
Jonas Schäfer
03deb58233 XEP-0392: Drop Color Vision Deficiency corrections
Rationale: see the design considerations section introduced in this
commit.
2021-10-26 16:34:50 +02:00
Jonas Schäfer
430d158e8c Merge branch 'xep-0215' into premerge 2021-10-26 16:20:58 +02:00
Jonas Schäfer
9816cf851e Merge branch 'xep-0339' into premerge 2021-10-26 16:20:55 +02:00
Jonas Schäfer
fca4bb1030 Merge branch 'xep-0294' into premerge 2021-10-26 16:20:51 +02:00
Emmanuel Gil Peyrot
28e8f854be XEP-0339: Add a XML schema
Also fix an example missing a Jingle namespace.

Of note: many examples are invalid yet not clearly marked so, they
contain the string "ssrc-id" instead of an actual ssrc-id.
2021-10-23 16:01:46 +02:00
Emmanuel Gil Peyrot
3d3dcdb209 XEP-0215: Fix the schema
- Allow more than a single <service/> in <services/>.
- Restrict the 'port' attribute to xs:unsignedShort, but make it
  optional as per section 3.3.
2021-10-23 12:42:06 +02:00
Emmanuel Gil Peyrot
c219ef8bcb XEP-0294: Make the schema tighter by using xs:unsignedShort for the 'id' attribute
Thanks gst-meet for making me notice!
2021-10-23 12:34:05 +02:00
Jonas Schäfer
73cdf415e5 Merge branch 'xep-0355' into premerge 2021-10-19 16:52:47 +02:00
Jonas Schäfer
b08b87251f XEP-0411: Deprecate
As per Council Vote from 2021-10-06.

It is only used for XEP-0048 which has been deprecated before, thus it
makes no sense to keep it alive.
2021-10-19 16:52:45 +02:00
Jérôme Poisson
3529c30528 XEP-0355: version 0.513
- delegation of Remaining Discovery Infos
- delegation of Bare JID Disco Items
- Security Consideration about disco requests
- namespace bump
- typos
2021-10-15 14:44:59 +02:00
Jonas Schäfer
f200f3517b Handle s/Draft/Stable/ in send-updates.py 2021-10-12 20:49:36 +02:00
Jonas Schäfer
ba6fd0856b XEP-0280: Advance to Stable as per Council Vote from 2021-09-29 2021-10-12 20:36:32 +02:00
Jonas Schäfer
6427c30518 Merge branch 'xep-0384' into premerge 2021-10-12 20:36:12 +02:00
Jonas Schäfer
7eaaa8b806 Merge branch 'xep-0313' into premerge 2021-10-12 20:29:20 +02:00
Kevin Smith
01fe1b35dc Address LC feedback around groupchat messages in user archives
This is largely Dave Cridland's suggestion from the list, in response to Georg's
feedback, with Georg having checked the material details, along with others
in the xsf MUC. I believe everyone is happy with this.
2021-10-12 20:28:16 +02:00
Jonas Schäfer
806c327186 Merge branch 'fix/logo-position' into premerge 2021-10-12 20:19:35 +02:00
Melvin Keskin
d625902285
XEP-0384: Release version 0.8.1
Adjust remaining namespaces:

* Update namespace to 'urn:xmpp:omemo:2:bundles'
* Update namespace to 'urn:xmpp:omemo:2:devices'
2021-10-07 20:39:34 +02:00
Jonas Schäfer
c0ff942bf8 XEP-0401: Issue Last Call as requested by Author 2021-10-06 09:48:33 +02:00
Jonas Schäfer
647f5fdd78 XEP-0445: Issue Last Call as requested by Author 2021-10-06 09:45:24 +02:00
Jonas Schäfer
830986eab8 XEP-0379: Issue Last Call as requested by Author 2021-10-06 09:45:12 +02:00
Jonas Schäfer
d148cda135 Merge branch 'xep-0450' into premerge 2021-10-06 09:44:30 +02:00
Jonas Schäfer
e560df843c Merge branch 'xep-0434' into premerge 2021-10-06 09:44:27 +02:00
Jonas Schäfer
03418ab90a Merge branch 'xep-0402' into premerge 2021-10-06 09:44:21 +02:00
Jonas Schäfer
a0fc4f3f77 Merge branch 'xep-0459' into premerge 2021-10-06 09:44:16 +02:00
Jonas Schäfer
7a4916fd8b Merge branch 'xep-0401' into premerge 2021-10-06 09:44:04 +02:00
Jonas Schäfer
872f2d8f36 XEP-0401: add revision block 2021-10-06 09:43:41 +02:00
Jonas Schäfer
4b3536961f XEP-0459: add revision block 2021-10-06 09:39:48 +02:00
Jonas Schäfer
1df5dbb5aa XEP-0401: Fix reference to ibr-token 2021-10-06 09:38:20 +02:00
wurstsalat
a6b49c900f Fix XMPP logo position 2021-10-05 21:39:56 +02:00
Melvin Keskin
3e7fdb22f4
XEP-0450: Release version 0.4.0
Update to XEP-0434 version 0.6.0 and XEP-0384 version 0.8.0:

* Use Base64-encoded key identifiers in examples
* Update TM's namespace to 'urn:xmpp:tm:1'
* Update OMEMO's namespace to 'urn:xmpp:omemo:2'
2021-10-04 21:55:25 +02:00
Melvin Keskin
cd1adfb56b
XEP-0434: Release version 0.6.0
Specify key identifier encoding, improve glossary and update to XEP-0384 version 0.8.0:

* Specify usage of Base64 encoding for key identifiers within trust messages
* Specify usage of Base16 encoding for key identifiers within Trust Message URIs
* Use Base64-encoded key identifiers in examples
* Add 'hash value' as example of key identifier
* Update OMEMO's namespace to 'urn:xmpp:omemo:2'
* Update namespace to 'urn:xmpp:tm:1'
2021-10-04 21:37:20 +02:00
Georg Lukas
df36c096b1 XEP-0401: split out pre-authenticated IBR 2021-09-30 09:45:46 +02:00