tor-hsservice: Use the new IPT change notifier API.
This makes the publisher watch for IPT changes using the
IptsPublisherView
added in #1023 (closed) (instead of waiting for an
Event::NewIntroPoints
. The Event
enum will soon be replaced by
multiple postage::watch
channels, one for every type of change it
needs to react to).
This MR also removes the publisher's Event struct altogether (in favour
of a postage::watch
channel for detecting service config changes,
and the new IPtsPublisherView
for finding out about IPT changes).