From a9d3ee20943499a5f875808b4918970c8097c14a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 25 Apr 2011 21:07:28 +0200 Subject: [PATCH] Update RFCs numbers --- pages/technical_choices.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/technical_choices.rst b/pages/technical_choices.rst index 02c8ab52..617e6df0 100644 --- a/pages/technical_choices.rst +++ b/pages/technical_choices.rst @@ -38,14 +38,14 @@ Protocols and Formats The main protocols and formats fully or partially implemented in the Radicale Project are described by RFCs: -- iCalendar format (iCal) :RFC:`2445` -- HTTP Extensions for Distributed Authoring (WebDAV) :RFC:`2518` - HyperText Transfer Protocol (HTTP) :RFC:`2616` - WebDAV Access Control Protocol (ACL) :RFC:`3744` - Calendaring Extensions to WebDAV (CalDAV) :RFC:`4791` - HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) :RFC:`4918` - Transport Layer Security (TLS) :RFC:`5246` +- iCalendar format (iCal) :RFC:`5545` +- HTTP Extensions for Distributed Authoring (WebDAV) :RFC:`5689` .. note:: CalDAV implementation **requires** iCal, ACL, WebDAV, HTTP and TLS. The