From a01bb8e8e285d644c2e59c0ea788e45bf37470f4 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Thu, 24 Jan 2013 15:04:10 +0200 Subject: Introduce the "bridge-transports" extra-info descriptor field. --- pt-spec.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pt-spec.txt') diff --git a/pt-spec.txt b/pt-spec.txt index 72662b6..ed136ef 100644 --- a/pt-spec.txt +++ b/pt-spec.txt @@ -38,7 +38,10 @@ Specifications: Client behavior as necessary. If a key or value value must contain a semicolon or a backslash, it is escaped with a backslash. - Method names must be C identifiers. + Method names MUST be C identifiers. That is, method names must begin + with a letter or underscore and the rest of the characters can be + letters, numbers or underscores. No length limit is imposed. The + relevant regular expression is: "[a-zA-Z_][a-zA-Z0-9_]*". For reference, the old bridge format was Bridge address[:port] [id-fingerprint] -- cgit v1.2.3-54-g00ecf