websub:SubscriberService
should notify the user when a subscription denied request received from the hub
#2448
Labels
Description:
Whenever
websub:SubscriberService
initiate a subscription, there are two request flows which could initiate:hub
accepts the subscription and tries to verify the subscription attempthub
denies the subscription attemptBut, if the subscription is denied by the
hub
, there should be a notification for the user about the subscription denial. Currently this could be achieved by implementingonSubscriptionDenied
remote method inwebsub:SubscriberService
. But, since this method is optional, thewebsub:SubscriberService
itself should log the subscription denial for the cases whereonSubscriptionDenied
is not implemented.Affected Versions:
SL Beta 4
The text was updated successfully, but these errors were encountered: