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

« back to all changes in this revision

Viewing changes to spec/Call_Content_Codec_Offer.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="/Call_Content_Codec_Offer"
 
3
  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
 
4
  <tp:copyright>Copyright © 2009 Collabora Ltd.</tp:copyright>
 
5
  <tp:copyright>Copyright © 2009 Nokia Corporation</tp:copyright>
 
6
  <tp:license xmlns="http://www.w3.org/1999/xhtml">
 
7
    <p>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.</p>
 
11
 
 
12
    <p>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
      Lesser General Public License for more details.</p>
 
16
 
 
17
    <p>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
 
20
      02110-1301, USA.</p>
 
21
  </tp:license>
 
22
 
 
23
  <interface name="org.freedesktop.Telepathy.Call.Content.CodecOffer.DRAFT"
 
24
      tp:causes-havoc="experimental">
 
25
    <tp:added version="0.19.0">(draft 1)</tp:added>
 
26
 
 
27
    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
 
28
      This object represents an offer of a Codec payload mapping.
 
29
      FIXME add Accept and Reject signals ?
 
30
    </tp:docstring>
 
31
 
 
32
    <method name="Accept" tp:name-for-bindings="Accept">
 
33
      <arg name="Codecs" direction="in"
 
34
        type="a(usuua{ss})" tp:type="Codec[]" />
 
35
      <tp:docstring>
 
36
        Accept the updated Codec mapping and update the local mapping
 
37
      </tp:docstring>
 
38
    </method>
 
39
 
 
40
    <method name="Reject" tp:name-for-bindings="Reject">
 
41
      <tp:docstring>
 
42
        Reject the proposed update to the codecs
 
43
        FIXME add error codes and strings here
 
44
      </tp:docstring>
 
45
    </method>
 
46
 
 
47
    <property name="RemoteContactCodecMap"
 
48
      tp:name-for-bindings="Remote_Contact_Codec_Map"
 
49
      type="a{ua(usuua{ss})}" tp:type="Contact_Codec_Map" access="read">
 
50
      <tp:docstring>
 
51
        A map from remote contacts to the lists of codecs they support.
 
52
      </tp:docstring>
 
53
    </property>
 
54
 
 
55
  </interface>
 
56
</node>
 
57
<!-- vim:set sw=2 sts=2 et ft=xml: -->