diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-04-09 11:50:07 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-04-09 11:50:07 +0000 |
commit | 8282ddfcf4cf27007aa2f3d37552cbe95f03c320 (patch) | |
tree | 5f09e2bfe2a4fb65b0c4df576872737c9b9a56ef | |
parent | 9a5a08ef1fe42411e69ce017d59352baae6909ba (diff) |
In RequestRename, say nothing about the validity of the handles - that's up to the spec for GetSelfHandle and Renaming. However, do specify that the CM might have to normalize the new identifier.
-rw-r--r-- | spec/Connection_Interface_Renaming.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/spec/Connection_Interface_Renaming.xml b/spec/Connection_Interface_Renaming.xml index 8b040b38..439b0b34 100644 --- a/spec/Connection_Interface_Renaming.xml +++ b/spec/Connection_Interface_Renaming.xml @@ -41,11 +41,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ The desired identifier </tp:docstring> </arg> - <tp:docstring> - Request that the users own identifier is changed on the server. Success - is indicated by a Renamed signal being emitted. A new handle will be - allocated for the user's new identifier, and remain valid for the - lifetime of the connection. + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + <p>Request that the user's own identifier is changed on the server. + If successful, a Renamed signal will be emitted for the current + "self handle" as returned by GetSelfHandle.</p> + <p>It is protocol-dependent how the identifier that's actually + used will be derived from the supplied identifier; some sort of + normalization might take place.</p> </tp:docstring> <tp:possible-errors> <tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/> |