diff --git a/pubsubhubbub-core-0.4.xml b/pubsubhubbub-core-0.4.xml
index d918d6c..cd29c98 100644
--- a/pubsubhubbub-core-0.4.xml
+++ b/pubsubhubbub-core-0.4.xml
@@ -101,7 +101,7 @@
OPTIONAL. A subscriber-provided secret string that will be used to compute an HMAC digest for authorized content distribution. 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 HTTPS. This parameter MUST be less than 200 bytes in length.
- Subscribers MAY also include additional HTTP request parameters, as well as HTTP Headers if they are required by the hub. In the context of social web applications, it is considered good practice to include a From HTTP header (as described in section 14.22 of Hypertext Transfer Protocol) to indicate on behalf of which user the subscription is being performed.
+ Subscribers MAY also include additional HTTP request parameters, as well as HTTP Headers if they are required by the hub.
Hubs MUST ignore additional request parameters they do not understand.
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.