You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current method of notifying consumers of new RSS feeds for existing podcasts is unreliable due to being stateful and depends upon implementation semantics of HTTP. This causes errors in feed redirection, due to various different implementations, as well as depends upon HTTP for feed delivery.
We can remedy this with Podping by adding a new reason code that notifies consumers when a new feed URL has been published for an existing RSS feed that utilizes The Podcast Namespace and has a defined <podcast:guid>.
To further mitigate abuse, use of this reason SHOULD also check if the existing RSS feed defines both <podcast:podping usesPodping="true"> to indicate the feed utilizes Podping and at least one <podcast:hiveAccount account="..."> to indicate the accounts authorized to post Podpings to for the feed. If provided, the given accounts MUST match the account that posted any given Podping. If, at the time of polling, these do not match in any given Podping or if the feed has usesPodping="false", the given Podping SHOULD be ignored.
Note: This mitigation technique can be used in combination with any Podping, but is specifically called out here due to the possibility of abuse if one were not to check these values. Without this mitigation, anyone could post a redirect to any feed.
The proposed definition of this reason is as follows:
newIRI -- An indication that a new RSS feed is available for an existing feed with a defined <podcast:guid>. The given <podcast:guid> MUST be present and correlated to the new RSS feed within the Podping message body.
Along with the following proposed language to the overall Podping reasons section of documentation:
Where version becomes 1.1 and guids is a new optional property of a valid list of RFC 4122 UUIDs (without the URN namespace prefix) that must match in length to iris. The order of guids MUST match the order of iris for sake of correlation.
The text was updated successfully, but these errors were encountered:
Add "newIRI" reason
The current method of notifying consumers of new RSS feeds for existing podcasts is unreliable due to being stateful and depends upon implementation semantics of HTTP. This causes errors in feed redirection, due to various different implementations, as well as depends upon HTTP for feed delivery.
We can remedy this with Podping by adding a new reason code that notifies consumers when a new feed URL has been published for an existing RSS feed that utilizes The Podcast Namespace and has a defined
<podcast:guid>
.To further mitigate abuse, use of this reason SHOULD also check if the existing RSS feed defines both
<podcast:podping usesPodping="true">
to indicate the feed utilizes Podping and at least one<podcast:hiveAccount account="...">
to indicate the accounts authorized to post Podpings to for the feed. If provided, the given accounts MUST match the account that posted any given Podping. If, at the time of polling, these do not match in any given Podping or if the feed hasusesPodping="false"
, the given Podping SHOULD be ignored.Note: This mitigation technique can be used in combination with any Podping, but is specifically called out here due to the possibility of abuse if one were not to check these values. Without this mitigation, anyone could post a redirect to any feed.
The proposed definition of this reason is as follows:
newIRI
-- An indication that a new RSS feed is available for an existing feed with a defined<podcast:guid>
. The given<podcast:guid>
MUST be present and correlated to the new RSS feed within the Podping message body.Along with the following proposed language to the overall
Podping reasons
section of documentation:As well as the following proposed Podping schema change:
Where
version
becomes1.1
andguids
is a new optional property of a valid list of RFC 4122 UUIDs (without the URN namespace prefix) that must match in length toiris
. The order ofguids
MUST match the order ofiris
for sake of correlation.The text was updated successfully, but these errors were encountered: