Commit 49e5d9a2db5b3365dd5af683ee519e078d8a83e7
- Diff rendering mode:
- inline
- side by side
ostatus10.xml
(19 / 2)
|   | |||
| 225 | 225 | actor. In this case, the author element MUST have a unique | |
| 226 | 226 | identifier, that is, either the <email> or <uri< | |
| 227 | 227 | elements must be present.</t> | |
| 228 | <t>Subscribers MUST search for the URI in the following order: | ||
| 229 | the Activity object's <id> element if available, else | ||
| 230 | the Atom author's <uri> element if available, else the | ||
| 231 | Atom author's <email> element treated as a Webfinger acct: URI. | ||
| 232 | Publishers MAY use a profile URL as the URI, but if so | ||
| 233 | MUST ensure that they are stable permalinks.</t> | ||
| 234 | <t>Users SHOULD have a profile URL, which SHOULD be an HTTP | ||
| 235 | or HTTPS reference to an HTML page including discovery | ||
| 236 | information for the user's feed. | ||
| 237 | The profile URL SHOULD be represented as a | ||
| 238 | link[@rel=alternate,@type=text/html] in the Activity subject, | ||
| 239 | actor, or object item, otherwise the URI MAY be used if it is | ||
| 240 | an HTTP or HTTPS URL.</t> | ||
| 228 | 241 | <t>To provide additional profile information, the author or | |
| 229 | 242 | actor element can be extended with optional <xref | |
| 230 | 243 | target="poco">Portable Contacts</xref>-structured data. Some | |
| … | … | ||
| 255 | 255 | activity actors.</t> | |
| 256 | 256 | </list> | |
| 257 | 257 | </t> | |
| 258 | <t>Subscribers MAY use other sources of profile information such | ||
| 259 | as microformats on the profile page, but are not required to.</t> | ||
| 258 | 260 | </section> | |
| 259 | 261 | <section title="Feed representation"> | |
| 260 | 262 | <t>Feeds are Activity feeds per <xref target="activitiesinatom" />.</t> | |
| … | … | ||
| 264 | 264 | User feeds SHOULD have a single activity:subject or atom:author. | |
| 265 | 265 | Group feeds SHOULD have a single activity:subject | |
| 266 | 266 | representing the group.</t> | |
| 267 | <t>All feeds SHOULD have a link[@rel=hub] and a | ||
| 268 | link[@rel=salmon] to identify the</t> | ||
| 267 | <t>All feeds MUST have a link[@rel=hub] to identify a PubSubHubbub | ||
| 268 | endpoint URL to establish update subscriptions.</t> | ||
| 269 | <t>All feeds SHOULD have a link[@rel=salmon] to identify the Salmon | ||
| 270 | endpoint URL to receive replies and notifications.</t> | ||
| 269 | 271 | </section> | |
| 270 | 272 | <section title="Update publication"> | |
| 271 | 273 | <t>The publisher server uses <xref |

