~ubuntu-branches/ubuntu/precise/empathy/precise-proposed-201205180810

« back to all changes in this revision

Viewing changes to telepathy-yell/spec/Call_Content_Interface_Mute.xml

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis, Brian Curtis, Ken VanDine
  • Date: 2011-06-01 10:35:24 UTC
  • mfrom: (1.1.70 upstream) (6.3.44 experimental)
  • Revision ID: james.westby@ubuntu.com-20110601103524-wx3wgp71394730jt
Tags: 3.1.1-1ubuntu1
[ Brian Curtis ]
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Drop geoclue/mapping build-depends (they are in Universe)
  - Add Vcz-Bzr link
  - Add Suggests on telepathy-idle
  - Bump telepathy-butterfly, telepathy-haze to recommends
  - Don't recommend the freedesktop sound theme we have an ubuntu one
  - Add build depend for libunity-dev
* debian/rules:
  - Use autoreconf.mk
  - Disable map and location
* debian/empathy.install:
  - Install message indicator configuration
* debian/indicators/empathy:
  - Message indicator configuration
* debian/patches/01_lpi.patch:
  - Add Launchpad integration
* debian/patches/10_use_notify_osd_icons.patch:
  - Use the notify-osd image for new messages
* debian/patches/34_start_raised_execpt_in_session.patch
  - If not started with the session, we should always raise
* debian/patches/36_chat_window_default_size.patch:
  - Make the default chat window size larger
* debian/patches/37_facebook_default.patch:
  - Make facebook the default chat account type
* debian/patches/38_lp_569289.patch
  - Set freenode as default IRC network for new IRC accounts 
* debian/patches/41_unity_launcher_progress.patch
  - Display file transfer progress in the unity launcher

[ Ken VanDine ]
* debian/control
  - build depend on libgcr-3-dev instead of libgcr-dev
  - dropped build depends for libindicate, we will use telepathy-indicator
  - Depend on dconf-gsettings-backend | gsettings-backend
  - Added a Recommends for telepathy-indicator
* +debian/empathy.gsettings-override
  - Added an override for notifications-focus
* debian/patches/series
  - commented out 23_idomessagedialog_for_voip_and_ft.patch, until ido has 
    been ported to gtk3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<node name="/Call_Content_Interface_Mute" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
3
 
  <tp:copyright> Copyright © 2005-2010 Nokia Corporation </tp:copyright>
4
 
  <tp:copyright> Copyright © 2005-2010 Collabora Ltd </tp:copyright>
5
 
  <tp:license xmlns="http://www.w3.org/1999/xhtml">
6
 
This library is free software; you can redistribute it and/or
7
 
modify it under the terms of the GNU Lesser General Public
8
 
License as published by the Free Software Foundation; either
9
 
version 2.1 of the License, or (at your option) any later version.
10
 
 
11
 
This library is distributed in the hope that it will be useful,
12
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
Lesser General Public License for more details.
15
 
 
16
 
You should have received a copy of the GNU Lesser General Public
17
 
License along with this library; if not, write to the Free Software
18
 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
 
  </tp:license>
20
 
 
21
 
  <interface name="org.freedesktop.Telepathy.Call.Content.Interface.Mute.DRAFT" tp:causes-havoc="experimental">
22
 
    <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
23
 
    <tp:requires interface="org.freedesktop.Telepathy.Call.Content.DRAFT"/>
24
 
 
25
 
    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
26
 
      <p>Interface for calls which may be muted.  This only makes sense
27
 
        for channels where audio or video is streaming between members.</p>
28
 
 
29
 
      <p>Muting a call content indicates that the user does not wish to send
30
 
        outgoing audio or video.</p>
31
 
 
32
 
      <p>Although it's client's responsibility to actually mute the microphone
33
 
        or turn off the camera, using this interface the client can also
34
 
        inform the CM and other clients of that fact.</p>
35
 
 
36
 
      <tp:rationale>
37
 
        For some protocols, the fact that the content is muted needs
38
 
        to be transmitted to the peer; for others, the notification
39
 
        to the peer is only informational (eg. XMPP), and some
40
 
        protocols may have no notion of muting at all.
41
 
      </tp:rationale>
42
 
    </tp:docstring>
43
 
 
44
 
    <signal name="MuteStateChanged" tp:name-for-bindings="Mute_State_Changed">
45
 
      <tp:docstring>
46
 
        Emitted to indicate that the mute state has changed for this call content.
47
 
        This may occur as a consequence of the client calling
48
 
        <tp:member-ref>SetMuted</tp:member-ref>, or as an indication that another
49
 
        client has (un)muted the content.
50
 
      </tp:docstring>
51
 
      <arg name="MuteState" type="b">
52
 
        <tp:docstring>
53
 
          True if the content is now muted.
54
 
        </tp:docstring>
55
 
      </arg>
56
 
    </signal>
57
 
 
58
 
    <property name="MuteState" type="b"
59
 
      access="read" tp:name-for-bindings="Mute_State">
60
 
      <tp:docstring>
61
 
        True if the content is muted.
62
 
      </tp:docstring>
63
 
    </property>
64
 
 
65
 
    <method name="SetMuted" tp:name-for-bindings="Set_Muted">
66
 
      <tp:changed version="0.21.2">renamed from SetMuted to Mute</tp:changed>
67
 
      <tp:changed version="0.21.3">renamed back from Mute to SetMuted</tp:changed>
68
 
      <arg direction="in" name="Muted" type="b">
69
 
        <tp:docstring>
70
 
          True if the client has muted the content.
71
 
        </tp:docstring>
72
 
      </arg>
73
 
      <tp:docstring>
74
 
        <p>Inform the CM that the call content has been muted or unmuted by
75
 
          the client.</p>
76
 
 
77
 
        <p>It is the client's responsibility to actually mute or unmute the
78
 
          microphone or camera used for the content. However, the client
79
 
          MUST call this whenever it mutes or unmutes the content.</p>
80
 
      </tp:docstring>
81
 
    </method>
82
 
 
83
 
  </interface>
84
 
</node>
85
 
<!-- vim:set sw=2 sts=2 et ft=xml: -->