[telepathy-doc/master] Update FT for CD
Davyd Madeley
davyd at madeley.id.au
Thu Sep 17 05:15:55 PDT 2009
---
docs/book/C/filetransfer.xml | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/docs/book/C/filetransfer.xml b/docs/book/C/filetransfer.xml
index 8e6c4a0..840a6dc 100644
--- a/docs/book/C/filetransfer.xml
+++ b/docs/book/C/filetransfer.xml
@@ -420,14 +420,23 @@
<title>Handling The New Channel</title>
<para>
- An incoming file transfer channel will be heralded by the
- <methodname>NewChannels</methodname> signal (as with other incoming
- channels, e.g. <link linkend="sect.messaging.messages.receiving">text
- channels</link> — see <xref linkend="sect.channel.newchannels"/>).
+ An incoming file transfer channel will be heralded using the same
+ mechanism as other incoming channels (e.g.
+ <link linkend="sect.messaging.messages.receiving">text channels</link>
+ — see <xref linkend="sect.channel.newchannels"/>).
The channel type of the new channel will be
<interfacename>org.freedesktop.Telepathy.Channel.Type.FileTransfer</interfacename>.
</para>
+ <important>
+ <para>
+ If this particular Connection is being handled by Mission Control, it
+ is important to let only the dispatched Handler handle the channel
+ — see <xref linkend="sect.channel-dispatcher.clients"/> for more
+ information.
+ </para>
+ </important>
+
<para>
As well as common channel properties (e.g.
<property>InitiatorHandle</property>, <property>InitiatorID</property>,
--
1.5.6.5
More information about the telepathy-commits
mailing list