Changes between Version 3 and Version 4 of Notifications
- Timestamp:
- Oct 20, 2009, 7:48:09 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notifications
v3 v4 36 36 The feed list is published to the client software as part of the client parse-able project preferences. 37 37 38 When the client software connects to the server scheduler it’ll receive an updated list of feeds the client should download as well as any special properties about the feed (private feed for example).38 When the client software connects to the server scheduler it’ll receive an updated list of feeds the client should download as well as any special properties about the feed (private feed for example). 39 39 40 40 Example: … … 44 44 <url>http://www.example.com/rss_main.php</url> 45 45 <name>Project News</name> 46 <update 46 <update>86400</update> 47 47 </feed> 48 48 <feed> 49 49 <url>http://www.example.com/forum_pm_rss.php</url> 50 50 <name>Private Messages</name> 51 <update 51 <update>86400</update> 52 52 <private /> 53 53 </feed>