From e328bb7a019a3e9d19aaac04b2958db702f5d527 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 20 Jan 2016 17:41:02 +0000 Subject: [PATCH] s/channel/group/g --- TransportClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TransportClient.md b/TransportClient.md index 255b366..54371e6 100644 --- a/TransportClient.md +++ b/TransportClient.md @@ -9,7 +9,7 @@ The client uses a separate group for each pair of contacts. The [group descripto ### Message types -**0: UPDATE** - The content is a BDF list with three elements: `transport_id` (string), `version` (int), and `properties` (dictionary). `transport_id` and `properties` are supplied by the transport plugin. `version` is incremented whenever the properties change. +**0: UPDATE** - The content is a BDF list with three elements: `transport_id` (string), `properties` (dictionary), and `version` (int). `transport_id` and `properties` are supplied by the transport plugin. `version` is incremented whenever the properties change. ### Validity policy