[next] telepathy-spec: allow Connection_Manager_Name to start with an underscore

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 27 06:18:28 PDT 2013


Module: telepathy-spec
Branch: next
Commit: cba82a6b361c5fd9e47f9de6df75e7b092687351
URL:    http://cgit.freedesktop.org/telepathy/telepathy-spec/commit/?id=cba82a6b361c5fd9e47f9de6df75e7b092687351

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Sep 26 19:12:16 2013 +0100

allow Connection_Manager_Name to start with an underscore

There's no real reason not to allow this.

Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69855

---

 spec/Connection_Manager.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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.</
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>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.</p>



More information about the telepathy-commits mailing list