[Telepathy-commits] [telepathy-spec/master] Client: allow clientname to contain dots

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Sep 23 07:27:23 PDT 2008


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

diff --git a/spec/Client.xml b/spec/Client.xml
index dcdc4b8..da3cbc0 100644
--- a/spec/Client.xml
+++ b/spec/Client.xml
@@ -54,7 +54,7 @@
       </tp:rationale>
 
       <p>The client name, <em>clientname</em>, MUST be a non-empty string of
-        ASCII digits, letters and/or underscores, starting with a letter.
+        ASCII digits, letters, dots and/or underscores, starting with a letter.
         For non-activatable services, it MAY contain a part that is generated
         per instance at runtime.</p>
 
@@ -62,7 +62,7 @@
         <p>If each of a client Foo's instances should be able to manipulate
           channels separately, the instance with unique name
           <code>:1.25</code> could request a well-known name like
-          <code>org.freedesktop.Telepathy.Client.Foo__1_25</code>.</p>
+          <code>org.freedesktop.Telepathy.Client.Foo.1.25</code>.</p>
       </tp:rationale>
 
       <p>Each Client MUST export an object whose object path may be
-- 
1.5.6.5




More information about the Telepathy-commits mailing list