hub_set_topics


Description:

public void hub_set_topics (List<FeedChannel> topics)

To define a list of valid "topics" for which the FeedsPublisher will deliver contents.

Sources of those channels, as retrieved by get_source, are accepted as "hub.topic" parameter in PubSubHubbub registration requests from remote subscribers. Pay attention to the fact subscriptions requests for different topic are now rejected.

Parameters:

this

a FeedsPublisher.

topics

a list of FeedChannels.