From 2e4ae1b6e7f217aace97420be0955763b0ac91a9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 26 Sep 2013 19:12:16 +0100 Subject: [PATCH] allow Connection_Manager_Name to start with an underscore There's no real reason not to allow this. --- spec/Connection_Manager.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml index 37c0c9f..27b8c75 100644 --- a/spec/Connection_Manager.xml +++ b/spec/Connection_Manager.xml @@ -24,7 +24,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

The name of a connection manager, found in its well-known bus name and object path. This must be a non-empty string of - ASCII letters, digits and underscores, starting with a letter. + ASCII letters, digits and underscores, starting with a letter + or underscore. This is typically the name of the executable with any "telepathy-" prefix removed, and any hyphen/minus signs replaced by underscores.

-- 1.8.4.rc3