mpgirro / stalla

A Kotlin and Java library for RSS podcast feeds
https://stalla.dev
BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

RFC 4685 Atom Threading Extensions namespace support #86

Open mpgirro opened 3 years ago

mpgirro commented 3 years ago

RFC 4685 defines the expression of threaded discussions. The namespace is http://purl.org/syndication/thread/1.0. Analysis results show the following occurrence frequencies of elements/attributes:

<channel> <item>
<atom:link thr:count> (< 0,1%) <thr:total> (3,8%)
<atom:link thr:updated> (< 0,1%) <thr:in-reply-to> (< 0,1%)

The standard also defines a link relation "replies", which may be relevant for #85.