Skip to content

Commit 87b05c1

Browse files
committed
Update spec refs
1 parent bd955bf commit 87b05c1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

spec.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ The specifications for the core JMAP protocol and access to mail stores using JM
1515
* [JMAP Mail](spec-mail.html) [[RFC 8621](https://tools.ietf.org/html/rfc8621)]
1616
* A JMAP Subprotocol for WebSocket [[RFC8887](https://www.rfc-editor.org/rfc/rfc8887.html)]
1717
* JMAP Blob Management Extension [[RFC9404](https://www.rfc-editor.org/rfc/rfc9404.html)]
18+
* JMAP Quotas [[RFC9425](https://www.rfc-editor.org/rfc/rfc9425.html)]
1819

1920
## In development
2021

21-
These specs are not yet final and will change before publication. There are undoubtably edge cases that are not yet covered. If you find one, please email [jmap@ietf.org](mailto:jmap@ietf.org) or make a pull request on GitHub if you have a proposed fix.
22+
These specs are not yet final and may change before publication. There are undoubtably edge cases that are not yet covered. If you find one, please email [jmap@ietf.org](mailto:jmap@ietf.org) or make a pull request on GitHub if you have a proposed fix.
2223

24+
* [JMAP Contacts](spec-contacts.html)
2325
* [JMAP Calendars](spec-calendars.html)
2426
* [JMAP Sharing](spec-sharing.html)
25-
* [JMAP Contacts](spec-contacts.html)
2627
* [JMAP Tasks](spec-tasks.html)
27-
* [JMAP Quotas](spec-quotas.html)
2828

2929
## Data formats
3030

3131
JMAP was designed in conjunction with new JSON-based file formats for contacts and calendars, which can also be used standalone or in other protocols.
3232

33-
JMAP Calendars uses [JSCalendar (RFC 8984)](https://tools.ietf.org/html/rfc8984) as the data format for events.
33+
JMAP Contacts uses [JSContact (RFC9553)](https://www.rfc-editor.org/rfc/rfc9553.html) as the data format for contacts.
3434

35-
JMAP Contacts will use [JSContact (currently under development)](https://datatracker.ietf.org/doc/draft-ietf-jmap-jscontact/) as the data format for contacts.
35+
JMAP Calendars uses [JSCalendar (RFC 8984)](https://www.rfc-editor.org/rfc/rfc8984.html) as the data format for events.

0 commit comments

Comments
 (0)