Improved ATOM distinction, added OPML

This commit is contained in:
Michael 2023-05-06 13:52:39 +00:00
parent 74bcc33fdb
commit d4f0c1a8dc
2 changed files with 108 additions and 53 deletions

View file

@ -41,6 +41,8 @@ class Conversation
const PARCEL_RDF = 12;
const PARCEL_RSS = 13;
const PARCEL_ATOM = 14;
const PARCEL_ATOM03 = 15;
const PARCEL_OPML = 16;
const PARCEL_TWITTER = 67;
const PARCEL_UNKNOWN = 255;