parse topic content-types to recode content with non-utf8 charsets
[websub-hub] / src / enum.js
index 8752bfbcc022c60dc5e2013665021b4e3ccde8d6..96f094069316150ed91f935ab2e950c5be023f4d 100644 (file)
@@ -27,6 +27,7 @@ const Enum = common.mergeDeep(DingusEnum, {
 
   ContentType: {
     ApplicationAtom: 'application/atom+xml',
+    ApplicationOctetStream: 'application/octet-stream',
     ApplicationRDF: 'application/rdf+xml',
     ApplicationRSS: 'application/rss+xml',
     ApplicationXML: 'application/xml',