BLIP/BLIPProperties.m
changeset 13 84c2d38f924c
parent 8 6f539dd9921c
child 26 cb9cdf247239
     1.1 --- a/BLIP/BLIPProperties.m	Thu May 29 16:40:36 2008 -0700
     1.2 +++ b/BLIP/BLIPProperties.m	Wed Jun 04 17:11:20 2008 -0700
     1.3 @@ -16,14 +16,13 @@
     1.4  static const char* kAbbreviations[] = {
     1.5      "Content-Type",
     1.6      "Profile",
     1.7 -    "Channel"
     1.8 -    "Error-Code"
     1.9 -    "Error-Domain",
    1.10      "application/octet-stream",
    1.11      "text/plain; charset=UTF-8",
    1.12      "text/xml",
    1.13      "text/yaml",
    1.14 -    "application/x-cloudy-signed+yaml",
    1.15 +    "Channel",
    1.16 +    "Error-Code",
    1.17 +    "Error-Domain",
    1.18  };
    1.19  #define kNAbbreviations ((sizeof(kAbbreviations)/sizeof(const char*)))  // cannot exceed 31!
    1.20