Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pubsubhubbub-core-0.4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<t hangText="hub.secret">OPTIONAL. A subscriber-provided secret string that will be used to compute an HMAC digest for <xref target="authednotify">authorized content distribution</xref>. If not supplied, the HMAC digest will not be present for content distribution requests. This parameter SHOULD only be specified when the request was made over <xref target="RFC2818">HTTPS</xref>. This parameter MUST be less than 200 bytes in length.</t>
</list>
</t>
<t>Subscribers MAY also include additional <xref target="RFC2616">HTTP</xref> request parameters, as well as <xref target="RFC2616">HTTP</xref> Headers if they are required by the hub. In the context of social web applications, it is considered good practice to include a From <xref target="RFC2616">HTTP</xref> header (as described in section 14.22 of <xref target="RFC2616">Hypertext Transfer Protocol</xref>) to indicate on behalf of which user the subscription is being performed. </t>
<t>Subscribers MAY also include additional <xref target="RFC2616">HTTP</xref> request parameters, as well as <xref target="RFC2616">HTTP</xref> Headers if they are required by the hub.</t>
<t>Hubs MUST ignore additional request parameters they do not understand.</t>
<t>Hubs MUST allow subscribers to re-request subscriptions that are already activated. Each subsequent request to a hub to subscribe or unsubscribe MUST override the previous subscription state for a specific topic URL and callback URL combination once the action is verified. Any failures to confirm the subscription action MUST leave the subscription state unchanged. This is required so subscribers can renew their subscriptions before the lease seconds period is over without any interruption.</t>
<section title="Subscription Parameter Details">
Expand Down