diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-06-28 13:08:12 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-06-28 13:08:12 (GMT) |
commit | efc68b54eae6a0be2173d3f318695ec412165ec3 (patch) | |
tree | 625567cf339ed49bf3163879cb8c83a65a5a0512 | |
parent | e13002b7ffdf03e6c78dfa4493876e7e13804296 (diff) | |
download | keps-efc68b54eae6a0be2173d3f318695ec412165ec3.tar.gz |
Fixed content types.
-rw-r--r-- | KEP-0017.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KEP-0017.txt b/KEP-0017.txt index 966e4aa..fdbe18f 100644 --- a/KEP-0017.txt +++ b/KEP-0017.txt @@ -1522,7 +1522,7 @@ The vcard:kind element '''MUST''' have the value "group". ''A generic note, not necessarily associated with a specific date.'' -* Content-Type: application/x-vnd.kolab.* +* Content-Type: application/vnd.kolab+xml * X-Kolab-Type: application/x-vnd.kolab.note {{note|Needs clarfication: colors|do we need the color property? }} @@ -1557,7 +1557,7 @@ The following color types are defined: ''A Kolab configuration object.'' -* Content-Type: application/x-vnd.kolab.configuration +* Content-Type: application/vnd.kolab+xml * X-Kolab-Type: application/x-vnd.kolab.configuration.TYPE The TYPE of the X-Kolab-Type '''MUST''' correspond to the "type" element. |