Skip to content

Commit 0057029

Browse files
committed
Merge pull request #41 from aaronpk/gh-pages
remove reference to From header...
2 parents ba01f37 + cb2d5eb commit 0057029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsubhubbub-core-0.4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<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>
102102
</list>
103103
</t>
104-
<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>
104+
<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>
105105
<t>Hubs MUST ignore additional request parameters they do not understand.</t>
106106
<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>
107107
<section title="Subscription Parameter Details">

0 commit comments

Comments
 (0)