This informative example scenario assumes syndicated feed discovery through the UE browser (example external application). The scenario assumes that the SFR enabled Feed Reader has configured a
"default" SFR server. It also assumes that feed announcement and the actual syndicated feed are served from different HTTP servers.
The UE browser is used in this example to discover the syndicated feed. Syndicated feeds may use the auto-discovery techniques to simplify identification of syndicated feed URI for the browser. One or more auto-discovery tags are added into the head-section of the HTML file. An example of an auto-discovery tag is given below.
<html>
<head>
<title>…</title>
<link rel="alternate" type="application/rss+xml" title="Example Feed"
href="http://feeds.example.com/ExampleNewsFeed.rss">
</head>
<body>
<!-- the web page's contents -->
</body>
</html>
This example auto-discovery tag announces the URI of an RSS feed with the title
"Example Feed" and the MIME Type
"application/rss+xml".
The following figure depicts the sequence flow for the feed discovery using a browser. It includes also the Reception Activation transaction and a Content Update Reception.