~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to spec/Channel_Interface_Call_Merging.xml

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-05-10 17:59:54 UTC
  • mfrom: (1.6.1 upstream) (27.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100510175954-bxvqq3xx0sy4itmp
Tags: 0.11.5-1
New upstream version with new API/ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<node name="/Channel_Interface_Call_Merging" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
3
 
  <tp:copyright> Copyright (C) 2005-2008 Collabora Limited </tp:copyright>
4
 
  <tp:copyright> Copyright (C) 2005-2008 Nokia Corporation </tp:copyright>
5
 
  <tp:copyright> Copyright (C) 2006 INdT </tp:copyright>
6
 
  <tp:license xmlns="http://www.w3.org/1999/xhtml">
7
 
This library is free software; you can redistribute it and/or
8
 
modify it under the terms of the GNU Lesser General Public
9
 
License as published by the Free Software Foundation; either
10
 
version 2.1 of the License, or (at your option) any later version.
11
 
 
12
 
This library is distributed in the hope that it will be useful,
13
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
 
Library General Public License for more details.
16
 
 
17
 
You should have received a copy of the GNU Lesser General Public
18
 
License along with this library; if not, write to the Free Software
19
 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
 
  </tp:license>
21
 
 
22
 
  <interface name="org.freedesktop.Telepathy.Channel.Interface.CallMerging"
23
 
    tp:causes-havoc='not yet API-stable'>
24
 
    <tp:requires interface="org.freedesktop.Telepathy.Channel.Type.StreamedMedia"/>
25
 
    <tp:added version="0.17.1"/>
26
 
 
27
 
    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
28
 
      <p>Interface for streamed media channels that can be merged and split
29
 
        in the same sort of way as in GSM or PBX telephony.</p>
30
 
    </tp:docstring>
31
 
 
32
 
    <method name="Merge" tp:name-for-bindings="Merge">
33
 
      <arg direction="in" type="o" name="Other">
34
 
        <tp:docstring>
35
 
          The other channel to merge into this one
36
 
        </tp:docstring>
37
 
      </arg>
38
 
      <tp:docstring>
39
 
        Request that the given channel be merged into this one. This means
40
 
        that the other channel is closed, and all its participants are added
41
 
        to the channel on which this method was called.
42
 
      </tp:docstring>
43
 
      <tp:possible-errors>
44
 
        <tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>
45
 
        <tp:error name="org.freedesktop.Telepathy.Error.PermissionDenied"/>
46
 
        <tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/>
47
 
        <tp:error name="org.freedesktop.Telepathy.Error.InvalidArgument"/>
48
 
        <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"/>
49
 
      </tp:possible-errors>
50
 
    </method>
51
 
 
52
 
    <method name="Split" tp:name-for-bindings="Split">
53
 
      <arg direction="in" name="Contact" type="u" tp:type="Contact_Handle">
54
 
        <tp:docstring>
55
 
          The handle of the contact to split off a conversation with, who
56
 
          must be a member in the channel's Group interface
57
 
        </tp:docstring>
58
 
      </arg>
59
 
      <arg direction="out" name="Channel" type="o">
60
 
        <tp:docstring>
61
 
          The new channel
62
 
        </tp:docstring>
63
 
      </arg>
64
 
      <tp:docstring>
65
 
        Request that the given contact is removed from this channel, and
66
 
        a new channel is created to communicate with them privately instead.
67
 
        This is the inverse of <tp:member-ref>Merge</tp:member-ref>.
68
 
      </tp:docstring>
69
 
      <tp:possible-errors>
70
 
        <tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>
71
 
        <tp:error name="org.freedesktop.Telepathy.Error.PermissionDenied"/>
72
 
        <tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/>
73
 
        <tp:error name="org.freedesktop.Telepathy.Error.InvalidHandle"/>
74
 
        <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"/>
75
 
      </tp:possible-errors>
76
 
    </method>
77
 
 
78
 
  </interface>
79
 
</node>
80
 
<!-- vim:set sw=2 sts=2 et ft=xml: -->