stucco / docs

Documentation and Issue Tracking for Stucco
https://stucco.github.io/
Other
20 stars 7 forks source link

Possible Documentaion error #1

Closed packet-rat closed 9 years ago

packet-rat commented 9 years ago

In "https://github.com/stucco/docs/wiki/arch-v2" , Section on Output Transport Protocol, Message Options the "DeliveryMode: 1" (as shown) seems to be in conflict with the statement that follows (DeliveryMode should be 'persistent'.).

The message options should be:

DeliveryMode:    1,    // 1=non-persistent, 2=persistent
Timestamp:       time.Now(),
ContentType:     "text/plain",
ContentEncoding: "",
Priority:        1,    // 0-9
HasContent:      true, // boolean
Body:            <payload>,

DeliveryMode should be 'persistent'.

jgoodall commented 9 years ago

Delivery mode is set to persistent. The documentation will be revised in the near future to match the current architecture.