diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-06-07 16:23:19 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-06-07 16:23:19 +0200 |
commit | 0c5eaa1e1e8b9b0626f83debafba46516c48dc32 (patch) | |
tree | d3a79bd3f82a003547e7c580e4e810fa7ddaa5da | |
parent | 490816714ef5a4b13a9e1eb779d9990fb78b5d15 (diff) |
Use <tp:dbus-ref> to link GetContactByID
-rw-r--r-- | spec/Connection.xml | 5 | ||||
-rw-r--r-- | spec/Protocol.xml | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/spec/Connection.xml b/spec/Connection.xml index a3bf83e7..16002be4 100644 --- a/spec/Connection.xml +++ b/spec/Connection.xml @@ -548,8 +548,9 @@ USA.</p> <tp:contact-attribute name="contact-id" type="s"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The normalized contact's identifier. Not necessarily the same string - as passed to GetContactByID. As a special case, - this is always present in the result of <tp:dbus-ref + as passed to <tp:dbus-ref + namespace="imt1.Connection.Interface.Contacts">GetContactByID</tp:dbus-ref>. + As a special case, this is always present in the result of <tp:dbus-ref namespace="im.telepathy1.Connection.Interface.Contacts">GetContactAttributes</tp:dbus-ref>, whether it was explicitly requested or not.</p> </tp:docstring> diff --git a/spec/Protocol.xml b/spec/Protocol.xml index 9c91c1cc..8f26f628 100644 --- a/spec/Protocol.xml +++ b/spec/Protocol.xml @@ -372,7 +372,8 @@ allowed=im.telepathy1.Channel.TargetHandle;im.telepathy1.Channel.TargetID;im.tel tp:name-for-bindings="Normalize_Contact"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Attempt to normalize the given contact ID. Where possible, this - SHOULD return the same thing that would be returned by GetContactByID + SHOULD return the same thing that would be returned by <tp:dbus-ref + namespace="imt1.Connection.Interface.Contacts">GetContactByID</tp:dbus-ref> on a connected <tp:dbus-ref namespace="im.telepathy1" >Connection</tp:dbus-ref>.</p> |