~ubuntu-branches/ubuntu/utopic/telepathy-python/utopic

« back to all changes in this revision

Viewing changes to spec/Channel_Bundle.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2009-02-16 10:47:31 UTC
  • mfrom: (7.1.14 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090216104731-3l467x71wygwok32
Tags: 0.15.6-2
debian/control: Added myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<node name="/Channel_Bundle"
 
3
  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
 
4
  <tp:copyright>Copyright (C) 2008 Collabora Ltd.</tp:copyright>
 
5
  <tp:copyright>Copyright (C) 2008 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 02110-1301, USA.
 
20
</p>
 
21
  </tp:license>
 
22
  <interface name="org.freedesktop.Telepathy.ChannelBundle.DRAFT"
 
23
    tp:causes-havoc="experimental">
 
24
    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
 
25
      <p>A group of related channels, which should all be dispatched to the
 
26
        same handler if possible.</p>
 
27
 
 
28
      <p>Bundles currently have no functionality of their own, so clients
 
29
        SHOULD NOT examine this interface, but should instead treat the
 
30
        bundle object-path as an opaque identifier. If more functionality is
 
31
        added to bundles in future, this interface will be used for capability
 
32
        discovery.</p>
 
33
 
 
34
      <p>The lifetime of a bundle is defined by its component channels -
 
35
        as long as one or more channels whose Bundle property is <em>B</em>
 
36
        exist, the bundle <em>B</em> will also exist.</p>
 
37
    </tp:docstring>
 
38
 
 
39
    <property name="Interfaces" tp:name-for-bindings="Interfaces"
 
40
      type="as" access="read" tp:type="DBus_Interface[]">
 
41
      <tp:docstring>
 
42
        A list of the extra interfaces provided by this channel bundle.
 
43
      </tp:docstring>
 
44
    </property>
 
45
 
 
46
  </interface>
 
47
</node>
 
48
<!-- vim:set sw=2 sts=2 et ft=xml: -->