From: <ul...@us...> - 2011-03-25 19:29:19
|
Revision: 78 http://adc.svn.sourceforge.net/adc/?rev=78&view=rev Author: ullner Date: 2011-03-25 19:29:13 +0000 (Fri, 25 Mar 2011) Log Message: ----------- Editorial updates. Modified Paths: -------------- trunk/ADC.txt Modified: trunk/ADC.txt =================================================================== --- trunk/ADC.txt 2011-01-02 12:44:39 UTC (rev 77) +++ trunk/ADC.txt 2011-03-25 19:29:13 UTC (rev 78) @@ -1,6 +1,6 @@ = ADC Protocol Fredrik Ullner <ul...@gm...> -1.0.2, January 2011 +1.0.2, March 2011 == Abstract ADC is a text protocol for a client-server network similar to Neo-Modus' @@ -23,7 +23,7 @@ The latest draft of the next version of this document as well as intermediate and older versions can be downloaded from $URL$. -This version correspods to $Revision$. +This version corresponds to $Revision$. === Version 1.0.2, UNRELEASED Fredrik Ullner <ul...@gm...> @@ -55,7 +55,7 @@ type. * Client addresses must be specified in dotted-decimal form ("x.x.x.x") for IPv4 and RFC 4291 form for IPv6. Hub addresses must be specified in URL - form, with "adc" as protocol specifier ("adc://server:port/" and "adc://[server]:port/" for IPv4 and IPv6 respectively). + form, with "adc" as protocol specifier ("adc://server:port/"). * Numbers are sent as strings in standard floating point notation, using '.' as the decimal separator and without a thousands separator. Integers are numbers with neither a decimal portion nor an exponent. Applications should @@ -252,6 +252,7 @@ <xs:complexContent> <xs:extension base="ContainerType"> <xs:attribute ref="Name" use="required"></xs:attribute> + <xs:attribute ref="Incomplete" use="optional"></xs:attribute> <xs:anyAttribute processContents="lax"></xs:anyAttribute> </xs:extension> </xs:complexContent> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |