How to register Feed Subscriptions programmatically?
2 answers
Hi Andreas,
there is no extension point yet to add feed subscriptions, but in the future we plan to make the list of subscriptions configurable on the server to push the subscriptions to all clients.
For now, if you want to add a subscription programmatically you can use the public method FeedManager#addChannel().
Ben
there is no extension point yet to add feed subscriptions, but in the future we plan to make the list of subscriptions configurable on the server to push the subscriptions to all clients.
For now, if you want to add a subscription programmatically you can use the public method FeedManager#addChannel().
Ben
Hi Ben,
thanks for your fast reply! A programmatical approach is all I need.
Andreas
thanks for your fast reply! A programmatical approach is all I need.
Andreas
Hi Andreas,
there is no extension point yet to add feed subscriptions, but in the
future we plan to make the list of subscriptions configurable on the
server to push the subscriptions to all clients.
For now, if you want to add a subscription programmatically you can
use the public method FeedManager#addChannel().
Ben