Changes between Version 65 and Version 66 of Notifications
- Timestamp:
- Dec 17, 2009, 10:28:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notifications
v65 v66 55 55 via GUI RPC. 56 56 57 RSS items have two timestamps: 58 59 * source timestamp: for remote items, the source's timestamp 60 * client timestamp: when the client first received this item 61 62 RSS items may contain a GUID. 63 64 The client maintains a "last source timestamp" for each feed. 65 Each feed request can optionally containt this timestamp, 66 and the feed returns only items with later timestamp. 67 68 GUIs poll items based on client timestamp. 57 69 58 70 == Implementation ==