From: <ul...@us...> - 2009-08-04 21:07:57
|
Revision: 6 http://adc.svn.sourceforge.net/adc/?rev=6&view=rev Author: ullner Date: 2009-08-04 21:07:42 +0000 (Tue, 04 Aug 2009) Log Message: ----------- Added DFAV as well... Modified Paths: -------------- trunk/ADC-EXT.txt Modified: trunk/ADC-EXT.txt =================================================================== --- trunk/ADC-EXT.txt 2009-08-04 20:57:28 UTC (rev 5) +++ trunk/ADC-EXT.txt 2009-08-04 21:07:42 UTC (rev 6) @@ -22,6 +22,7 @@ === Version 1.0.1 * Added TS as additional MSG parameter +* Added DFAV == Extensions @@ -76,7 +77,7 @@ TD | Tree depth, index of the highest level of tree data available, root-only = 0, first level (2 leaves) = 1, second level = 2, etc... ___ -=== BZIP – File list compressed with bzip2 +=== BZIP \x96 File list compressed with bzip2 This extension adds a special file "files.xml.bz2" in the unnamed root of the share which contains "files.xml" compressed with bzip2 1.0.3+ (www.bzip.org). @@ -183,4 +184,24 @@ === TS - Timestamp in MSG Timestamp of the moment when the message was sent, expressed in seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). +=== DFAV - Distributed Favorites +The idea behind this extension is to generate a public hublist from the users favorite hublist. Implementations should seperate between public and private hubs in the favorite hublist of an user, in order not to distribute private hubs where one can not connect to anyway. + +==== GFA + +Contexts: T, C + +Asks all users within the same hub with the correct feature to send all publicly available hubs, in their favorite hub list to the requesting client. + +==== RFA + +Contexts: C + +Response of a client. + +HA | Hub address + +LG | Last succesfull login time ( number of seconds since the epoch (1970), (UTC) ) + + // vim: set syntax=asciidoc: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |